Click or drag to resize

BatchProgressEventArgs Properties

The BatchProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentFile
File currently being transferred.
Public propertyPercentage
Percentage of the finished job. If TotalFilesToTransfer is not set, returns -1.
Public propertyTotalBytesToTransfer
Total bytes to transfer.
Public propertyTotalFilesToTransfer
Total files to transfer.
Public propertyTotalFilesTransferred
Total files already transferred.
Top
See Also