C# Class Amazon.S3.Transfer.Internal.DownloadDirectoryCommand

Inheritance: BaseCommand
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
DownloadDirectoryCommand ( IAmazonS3 s3Client, TransferUtilityDownloadDirectoryRequest request ) : System
EnsureDirectoryExists ( DirectoryInfo directory ) : void
downloadedProgressEventCallback ( object sender, WriteObjectProgressArgs e ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void