Ends an asynchronous write operation.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public override void EndWrite( IAsyncResult asyncResult )
Parameters
- asyncResult
- Type:
System IAsyncResult
A reference to the outstanding asynchronous I/O request.
Exceptions
| Exception | Condition |
|---|---|
| asyncResult is null. | |
| asyncResult did not originate from a | |
| The stream is closed or an internal error has occurred. |
See Also