Share via


PSSyncOutputEvents.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
override this.ProgressDownloadStatus : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord -> unit
Public Sub ProgressDownloadStatus (record As ProgressRecord)

Parameters

Implements

Applies to

ProgressDownloadStatus(Double, Double, TimeSpan)

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

Parameters

precentComplete
Double
avgThroughputMbps
Double
remainingTime
TimeSpan

Implements

Applies to