C# Класс Amazon.S3.Transfer.DownloadDirectoryProgressArgs

Encapsulates the information needed to provide transfer progress to subscribers of the DownloadDirectory event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DownloadDirectoryProgressArgs ( int numberOfFilesDownloaded, int totalNumberOfFiles, string currentFile, long transferredBytesForCurrentFile, long totalNumberOfBytesForCurrentFile ) : System

Constructs a new instance of DownloadDirectoryProgressArgs.

ToString ( ) : string

Описание методов

DownloadDirectoryProgressArgs() публичный Метод

Constructs a new instance of DownloadDirectoryProgressArgs.
public DownloadDirectoryProgressArgs ( int numberOfFilesDownloaded, int totalNumberOfFiles, string currentFile, long transferredBytesForCurrentFile, long totalNumberOfBytesForCurrentFile ) : System
numberOfFilesDownloaded int /// The number of files downloaded. ///
totalNumberOfFiles int /// The total number of files to download. ///
currentFile string /// The current file being downloaded ///
transferredBytesForCurrentFile long /// The number of transferred bytes for the current file. ///
totalNumberOfBytesForCurrentFile long /// The size of the current file in bytes. ///
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string