Initializes a new instance of the SftpDownloadAsyncResult class.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public SftpDownloadAsyncResult( AsyncCallback asyncCallback, Object state )
Parameters
- asyncCallback
- Type:
System AsyncCallback
The async callback.
- state
- Type:
System Object
The state.
See Also