BatchProgressEventArgs Properties |
The BatchProgressEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CurrentFile |
File currently being transferred.
| |
Percentage |
Percentage of the finished job.
If TotalFilesToTransfer is not set, returns -1.
| |
TotalBytesToTransfer |
Total bytes to transfer.
| |
TotalFilesToTransfer |
Total files to transfer.
| |
TotalFilesTransferred |
Total files already transferred.
|