次の方法で共有


StorageProgress(Int64) コンストラクター

定義

StorageProgress オブジェクトを作成します。

public StorageProgress(long bytesTransferred);
new Microsoft.Azure.Storage.Core.Util.StorageProgress : int64 -> Microsoft.Azure.Storage.Core.Util.StorageProgress
Public Sub New (bytesTransferred As Long)

パラメーター

bytesTransferred
Int64

報告される進行状況の値。

適用対象