System::Net::Sockets::NetworkStream::EndRead method
NetworkStream::EndRead method
等待指定的异步读取操作完成。
int32_t System::Net::Sockets::NetworkStream::EndRead(System::SharedPtr<IAsyncResult> asyncResult) override
| 参数 | 类型 | 描述 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 表示异步读取操作的 IAsyncResult 对象 |
ReturnValue
在 asyncResult 表示的读取操作期间读取的字节数
另见
- Typedef SharedPtr
- Class IAsyncResult
- Class NetworkStream
- Namespace System::Net::Sockets
- Library Aspose.Font for C++