Méthode System::Net::Sockets::TcpListener::EndAcceptSocket

TcpListener::EndAcceptSocket method

Attend que l’opération d’acceptation asynchrone spécifiée se termine.

System::SharedPtr<Socket> System::Net::Sockets::TcpListener::EndAcceptSocket(System::SharedPtr<IAsyncResult> asyncResult)
ParamètreTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>Un objet IAsyncResult qui représente une opération d’acceptation asynchrone.

Voir aussi