System::Net::Sockets::NetworkStream::EndWrite 方法
NetworkStream::EndWrite method
结束异步写入操作。等待指定的异步写入操作完成。
void System::Net::Sockets::NetworkStream::EndWrite(System::SharedPtr<IAsyncResult> asyncResult) override
| 参数 | 类型 | 描述 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 一个 IAsyncResult 对象,表示一次异步写入操作 |
另见
- Typedef SharedPtr
- Class IAsyncResult
- Class NetworkStream
- Namespace System::Net::Sockets
- Library Aspose.Font for C++