System::Net::Sockets::NetworkStream::EndWrite method

NetworkStream::EndWrite method

Ends an asynchronous write operation. Waits until the specified asynchronous write operation completes.

void System::Net::Sockets::NetworkStream::EndWrite(System::SharedPtr<IAsyncResult> asyncResult) override
ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous write operation

See Also