System::Net::Sockets::Socket::EndConnect method

Socket::EndConnect method

Wartet, bis der angegebene asynchrone Verbindungsaufbau abgeschlossen ist.

void System::Net::Sockets::Socket::EndConnect(System::SharedPtr<IAsyncResult> asyncResult)
ParameterTypBeschreibung
asyncResultSystem::SharedPtr<IAsyncResult>Ein IAsyncResult Objekt, das eine asynchrone Verbindungsoperation darstellt.

Siehe auch