C# Class Renci.SshNet.Sftp.SftpUploadAsyncResult

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

Méthodes publiques

Méthode Description
SftpUploadAsyncResult ( AsyncCallback asyncCallback, Object state ) : System

Initializes a new instance of the SftpUploadAsyncResult class.

Private Methods

Méthode Description
Update ( ulong uploadedBytes ) : void

Updates asynchronous operation status information.

Method Details

SftpUploadAsyncResult() public méthode

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