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
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous write operation |
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Class NetworkStream
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++