System::Net::Sockets::TcpClient::EndConnect 方法

TcpClient::EndConnect method

等待指定的异步连接操作完成。

void System::Net::Sockets::TcpClient::EndConnect(System::SharedPtr<IAsyncResult> asyncResult)
参数类型描述
asyncResultSystem::SharedPtr<IAsyncResult>一个表示异步连接操作的 IAsyncResult 对象。

另见