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