BitsFileTransferEventArgs.BytesTransferred Property

 

Gets the total number of bytes transferred by the file.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public ulong BytesTransferred { get; private set; }
public:
property unsigned long long BytesTransferred {
    unsigned long long get();
    private: void set(unsigned long long value);
}
Public Property BytesTransferred As ULong
    Get
    Private Set
End Property

Property Value

Type: System.UInt64

See Also

BitsFileTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top