System::IO::Stream::EndWrite 方法

Stream::EndWrite method

结束异步写入操作。等待指定的异步写入操作完成。

virtual void System::IO::Stream::EndWrite(System::SharedPtr<System::IAsyncResult> asyncResult)
参数类型描述
asyncResultSystem::SharedPtr<System::IAsyncResult>一个 IAsyncResult 对象,表示一次异步写入操作

另见