TransferFolderProgress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports progress on an transfer for a folder.
public class TransferFolderProgress
type TransferFolderProgress = class
Public Class TransferFolderProgress
- Inheritance
-
TransferFolderProgress
Properties
FailedFileCount |
Gets the count of files that failed. |
TotalFileCount |
Gets the total file count. |
TotalFileLength |
Gets a value indicating the total length of the file to transfer. |
TransferredByteCount |
Gets a value indicating the number of bytes that have been transferred so far. |
TransferredFileCount |
Gets the transferred file count. |
Methods
GetSegmentProgress(Int32) |
Gets the transfer progress for a particular file. |