你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobDownloadOptions.ProgressHandler 属性

定义

可选 IProgress<T> ,用于提供有关数据传输的进度更新。

public IProgress<long> ProgressHandler { get; set; }
member this.ProgressHandler : IProgress<int64> with get, set
Public Property ProgressHandler As IProgress(Of Long)

属性值

适用于