C# Class Renci.SshNet.Sftp.SftpDownloadAsyncResult

Encapsulates the results of an asynchronous download operation.
Inheritance: Renci.SshNet.Common.AsyncResult
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SftpDownloadAsyncResult ( AsyncCallback asyncCallback, object state ) : System

Initializes a new instance of the SftpDownloadAsyncResult class.

Private Methods

Method Description
Update ( ulong downloadedBytes ) : void

Updates asynchronous operation status information.

Method Details

SftpDownloadAsyncResult() public method

Initializes a new instance of the SftpDownloadAsyncResult class.
public SftpDownloadAsyncResult ( AsyncCallback asyncCallback, object state ) : System
asyncCallback AsyncCallback The async callback.
state object The state.
return System