C# 클래스 Amazon.S3.Transfer.Internal.DownloadCommand

상속: BaseCommand
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ByteRangeRemainingForDownload Amazon.S3.Model.ByteRange
ByteRangeRemainingForDownloadAsync Task
DownloadCommand System
HandleException bool
HandleExceptionForHttpClient bool
OnWriteObjectProgressEvent void
ValidateRequest void
WaitBeforeRetry void

공개 메소드들

메소드 설명
ExecuteAsync ( CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
ByteRangeRemainingForDownload ( string filepath ) : Amazon.S3.Model.ByteRange

Returns the amount of bytes remaining that need to be pulled down from S3.

ByteRangeRemainingForDownloadAsync ( string filepath ) : Task

Returns the amount of bytes remaining that need to be pulled down from S3.

DownloadCommand ( IAmazonS3 s3Client, TransferUtilityDownloadRequest request ) : System
HandleException ( Exception exception, int retries, int maxRetries ) : bool
HandleExceptionForHttpClient ( Exception exception, int retries, int maxRetries ) : bool
OnWriteObjectProgressEvent ( object sender, WriteObjectProgressArgs e ) : void
ValidateRequest ( ) : void
WaitBeforeRetry ( int retries ) : void

메소드 상세

ExecuteAsync() 공개 메소드

public ExecuteAsync ( CancellationToken cancellationToken ) : Task
cancellationToken CancellationToken
리턴 Task