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 | |
---|---|---|
DownloadProgressChangedEventArgs | Initializes a new instance of the DownloadProgressChangedEventArgs class that describes the status of downloading files. |
Top
Properties
Name | Description | |
---|---|---|
BytesDownloaded | Gets the total number of bytes downloaded. | |
Progress | Gets the percentage of bytes uploaded. | |
TotalBytes | Gets the total number of bytes to be downloaded. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.