System::Net::Sockets::TcpListener::EndAcceptTcpClient method

TcpListener::EndAcceptTcpClient method

Attende fino al completamento dell’operazione di accettazione asincrona specificata.

System::SharedPtr<TcpClient> System::Net::Sockets::TcpListener::EndAcceptTcpClient(System::SharedPtr<IAsyncResult> asyncResult)
ParametroTipoDescrizione
asyncResultSystem::SharedPtr<IAsyncResult>Un oggetto IAsyncResult che rappresenta un’operazione di accettazione asincrona.

Vedi anche