EndWrite()
Stream::EndWrite(System::SharedPtr<System::IAsyncResult>) 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)
Arguments
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.Slides