DownloadProgressChangedEventArgs(Int64, Int64) Constructor

Definition

public DownloadProgressChangedEventArgs (long bytesDownloaded, long totalBytes);
new Microsoft.WindowsAzure.MediaServices.Client.DownloadProgressChangedEventArgs : int64 * int64 -> Microsoft.WindowsAzure.MediaServices.Client.DownloadProgressChangedEventArgs
Public Sub New (bytesDownloaded As Long, totalBytes As Long)

Parameters

bytesDownloaded
Int64
totalBytes
Int64

Applies to