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)
ParameterTypeDescription
asyncResultSystem::SharedPtr<System::IAsyncResult>An IAsyncResult object that represents an asynchronous write operation

See Also