次の方法で共有


DownloadProgressChangedEventArgs(Int64, Int64) コンストラクター

定義

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)

パラメーター

bytesDownloaded
Int64
totalBytes
Int64

適用対象