次の方法で共有


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

定義

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

パラメーター

bytesUploaded
Int64
totalBytes
Int64

適用対象