C# 클래스 Renci.SshNet.Sftp.SftpDownloadAsyncResult

Encapsulates the results of an asynchronous download operation.
상속: Renci.SshNet.Common.AsyncResult
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
SftpDownloadAsyncResult ( AsyncCallback asyncCallback, object state ) : System

Initializes a new instance of the SftpDownloadAsyncResult class.

비공개 메소드들

메소드 설명
Update ( ulong downloadedBytes ) : void

Updates asynchronous operation status information.

메소드 상세

SftpDownloadAsyncResult() 공개 메소드

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