SftpUploadAsyncResult PropertiesSSH .NET Client Library Documentation
The SftpUploadAsyncResult type exposes the following members.
Properties

  NameDescription
Public propertyAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from AsyncResult.)
Public propertyAsyncWaitHandle
Gets a OnlineWaitHandle that is used to wait for an asynchronous operation to complete.
(Inherited from AsyncResult.)
Public propertyCompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
(Inherited from AsyncResult.)
Public propertyEndInvokeCalled
Gets or sets a value indicating whether EndInvoke has been called on the current AsyncResult.
(Inherited from AsyncResult.)
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
(Inherited from AsyncResult.)
Public propertyUploadedBytes
Gets the number of uploaded bytes.
Back to Top
See Also