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