Base class to encapsulates the results of an asynchronous operation that returns result.
Inheritance Hierarchy
Renci.SshNet.Common AsyncResult
Renci.SshNet.Common AsyncResult TResult
Renci.SshNet.Sftp SftpListDirectoryAsyncResult
Renci.SshNet.Sftp SftpSynchronizeDirectoriesAsyncResult
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<TResult> : AsyncResult
Type Parameters
- TResult
- The type of the result.
See Also