The CommandAsyncResult type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
| |
| AsyncWaitHandle |
Gets a | |
| BytesReceived |
Gets or sets the bytes received. If SFTP only file bytes are counted.
| |
| BytesSent |
Gets or sets the bytes sent by SFTP.
| |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
| |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
|
See Also