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

ISyncOutputEvents.ProgressDownloadStatus Method

Definition

Overloads

ProgressDownloadStatus(ProgressRecord)
ProgressDownloadStatus(Double, Double, TimeSpan)

ProgressDownloadStatus(ProgressRecord)

public void ProgressDownloadStatus (Microsoft.WindowsAzure.Commands.Sync.ProgressRecord record);
abstract member ProgressDownloadStatus : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord -> unit
Public Sub ProgressDownloadStatus (record As ProgressRecord)

Parameters

Applies to

ProgressDownloadStatus(Double, Double, TimeSpan)

public void ProgressDownloadStatus (double precentComplete, double avgThroughputMbps, TimeSpan remainingTime);
abstract member ProgressDownloadStatus : double * double * TimeSpan -> unit
Public Sub ProgressDownloadStatus (precentComplete As Double, avgThroughputMbps As Double, remainingTime As TimeSpan)

Parameters

precentComplete
Double
avgThroughputMbps
Double
remainingTime
TimeSpan

Applies to