System::IO::Stream::EndWrite method
Stream::EndWrite method
Ends an asynchronous write operation. Waits until the specified asynchronous write operation completes.
virtual void System::IO::Stream::EndWrite(System::SharedPtr<System::IAsyncResult> asyncResult)
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<System::IAsyncResult> | An IAsyncResult object that represents an asynchronous write operation |
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++