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