System::Net::Dns::EndGetHostEntry yöntemi

Dns::EndGetHostEntry method

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

static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostEntry(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