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

TcpListener::EndAcceptTcpClient method

Waits until the specified asynchronous accept operation completes.

System::SharedPtr<TcpClient> System::Net::Sockets::TcpListener::EndAcceptTcpClient(System::SharedPtr<IAsyncResult> asyncResult)
ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous accept operation.

See Also