System::Net::Sockets::Socket::EndConnect 方法

Socket::EndConnect method

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

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

另见