Share via


UploadProgressChangedEventArgs Constructor

Initializes a new instance of the UploadProgressChangedEventArgs class that describes the status of file uploads.

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

Syntax

'Declaration
Public Sub New ( _
    bytesUploaded As Long, _
    totalBytes As Long _
)
'Usage
Dim bytesUploaded As Long 
Dim totalBytes As Long 

Dim instance As New UploadProgressChangedEventArgs(bytesUploaded, _
    totalBytes)
public UploadProgressChangedEventArgs(
    long bytesUploaded,
    long totalBytes
)
public:
UploadProgressChangedEventArgs(
    long long bytesUploaded, 
    long long totalBytes
)
new : 
        bytesUploaded:int64 * 
        totalBytes:int64 -> UploadProgressChangedEventArgs
public function UploadProgressChangedEventArgs(
    bytesUploaded : long, 
    totalBytes : long
)

Parameters

  • bytesUploaded
    Type: System.Int64
    Number of bytes uploaded.
  • totalBytes
    Type: System.Int64
    Total number of bytes to uploaded.

See Also

Reference

UploadProgressChangedEventArgs Class

Microsoft.WindowsAzure.MediaServices.Client Namespace