UploadProgressChangedEventArgs Class

Describes the status of a upload operation.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WindowsAzure.MediaServices.Client.UploadProgressChangedEventArgs

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

Syntax

'Declaration
Public Class UploadProgressChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UploadProgressChangedEventArgs
public class UploadProgressChangedEventArgs : EventArgs
public ref class UploadProgressChangedEventArgs : public EventArgs
type UploadProgressChangedEventArgs =  
    class 
        inherit EventArgs 
    end
public class UploadProgressChangedEventArgs extends EventArgs

The UploadProgressChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method UploadProgressChangedEventArgs Initializes a new instance of the UploadProgressChangedEventArgs class that describes the status of file uploads.

Top

Properties

  Name Description
Public property BytesUploaded Gets the total number of bytes uploaded.
Public property Progress Gets the percentage of bytes uploaded.
Public property TotalBytes Gets the total number of bytes to be uploaded.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace