DownloadProgressChangedEventArgs Class

Describes the status of a download operation.

Inheritance Hierarchy

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

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

Syntax

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

The DownloadProgressChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method DownloadProgressChangedEventArgs Initializes a new instance of the DownloadProgressChangedEventArgs class that describes the status of downloading files.

Top

Properties

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

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