C# Class Renci.SshNet.Sftp.SftpUploadAsyncResult

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

Public Methods

Method Description
SftpUploadAsyncResult ( AsyncCallback asyncCallback, Object state ) : System

Initializes a new instance of the SftpUploadAsyncResult class.

Private Methods

Method Description
Update ( ulong uploadedBytes ) : void

Updates asynchronous operation status information.

Method Details

SftpUploadAsyncResult() public method

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