Base class to encapsulates the results of an asynchronous operation.
Inheritance Hierarchy
Renci.SshNet.Common AsyncResult
Renci.SshNet.Common AsyncResult TResult
Renci.SshNet.Sftp SftpDownloadAsyncResult
Renci.SshNet.Sftp SftpUploadAsyncResult
Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public abstract class AsyncResult : IAsyncResult
See Also