PSSyncOutputEvents.ProgressDownloadStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- record
- ProgressRecord
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