System::Net::Dns::EndGetHostByName yöntemi

Dns::EndGetHostByName method

Belirtilen eşzamanlı işlemin yeni bir IPHostEntry-class örneği oluşturması tamamlanana kadar bekler.

static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostByName(System::SharedPtr<IAsyncResult> asyncResult)
ParametreTürAçıklama
asyncResultSystem::SharedPtr<IAsyncResult>Bir IAsyncResult nesnesi, eşzamansız bir işlemi temsil eder.

ReturnValue

Yeni oluşturulmuş bir IPHostEntry-sınıfı örneği.

Ayrıca Bakınız