System::Net::Dns::EndGetHostByName Methode

Dns::EndGetHostByName method

Wartet, bis die angegebene asynchrone Operation zur Erstellung einer neuen IPHostEntry-class-Instanz abgeschlossen ist.

static System::SharedPtr<IPHostEntry> System::Net::Dns::EndGetHostByName(System::SharedPtr<IAsyncResult> asyncResult)
ParameterTypBeschreibung
asyncResultSystem::SharedPtr<IAsyncResult>Ein IAsyncResult-Objekt, das eine asynchrone Operation darstellt.

ReturnValue

Eine neu erstellte Instanz der IPHostEntry-Klasse.

Siehe auch