UploadProgressEventArgs.TotalBytes Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the total number of bytes to be uploaded.

Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Usage

'Usage
Dim instance As UploadProgressEventArgs
Dim value As Long

value = instance.TotalBytes

Syntax

'Declaration
Public Property TotalBytes As Long
public long TotalBytes { get; }
public:
property long long TotalBytes {
    long long get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public long get_TotalBytes ()
CompilerGeneratedAttribute 
public function get TotalBytes () : long

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

UploadProgressEventArgs Class
UploadProgressEventArgs Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07