TransferStatus Class

Definition

Transfer status

public sealed class TransferStatus
type TransferStatus = class
Public NotInheritable Class TransferStatus
Inheritance
TransferStatus

Constructors

TransferStatus()

Initializes a new instance of the TransferStatus class.

TransferStatus(Int64, Int64, Int64, Int64)

Initializes a new instance of the TransferStatus class.

Properties

BytesTransferred

Gets the number of bytes that have been transferred.

NumberOfFilesFailed

Gets the number of files that are failed to be transferred.

NumberOfFilesSkipped

Gets the number of files that are skipped to be transferred.

NumberOfFilesTransferred

Gets the number of files that have been transferred.

Applies to