PSSyncOutputEvents.ProgressUploadStatus 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
ProgressUploadStatus(ProgressRecord) | |
ProgressUploadStatus(Double, Double, TimeSpan) |
ProgressUploadStatus(ProgressRecord)
public void ProgressUploadStatus (Microsoft.WindowsAzure.Commands.Sync.ProgressRecord record);
abstract member ProgressUploadStatus : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord -> unit
override this.ProgressUploadStatus : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord -> unit
Public Sub ProgressUploadStatus (record As ProgressRecord)
Parameters
- record
- ProgressRecord
Implements
Applies to
ProgressUploadStatus(Double, Double, TimeSpan)
public void ProgressUploadStatus (double precentComplete, double avgThroughputMbps, TimeSpan remainingTime);
abstract member ProgressUploadStatus : double * double * TimeSpan -> unit
override this.ProgressUploadStatus : double * double * TimeSpan -> unit
Public Sub ProgressUploadStatus (precentComplete As Double, avgThroughputMbps As Double, remainingTime As TimeSpan)
Parameters
- precentComplete
- Double
- avgThroughputMbps
- Double
- remainingTime
- TimeSpan