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

ParameterTypeDescription
asyncResultSystem::SharedPtr<System::IAsyncResult>An IAsyncResult object that represents an asynchronous write operation

See Also