C# Class Renci.SshNet.Sftp.SftpDownloadAsyncResult

Encapsulates the results of an asynchronous download operation.
Inheritance: Renci.SshNet.Common.AsyncResult
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
SftpDownloadAsyncResult ( AsyncCallback asyncCallback, object state ) : System

Initializes a new instance of the SftpDownloadAsyncResult class.

Private Methods

Méthode Description
Update ( ulong downloadedBytes ) : void

Updates asynchronous operation status information.

Method Details

SftpDownloadAsyncResult() public méthode

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