C# Class Microsoft.WindowsAzure.Commands.Sync.ProgressStatus

Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
HasProgess bool
PercentComplete double
ProcessTime System.TimeSpan
Progress Microsoft.WindowsAzure.Commands.Sync.ProgressRecord
RemainingMB double
ThroughputMBs double

Public Methods

Method Description
AddToProcessedBytes ( long size ) : void
ProgressStatus ( long alreadyProcessedBytes, long totalLength ) : System
ProgressStatus ( long alreadyProcessedBytes, long totalLength, ComputeStats computeStats ) : System
TryGetProgressRecord ( Microsoft.WindowsAzure.Commands.Sync.ProgressRecord &record ) : bool

Private Methods

Method Description
HasProgess ( ) : bool
PercentComplete ( ) : double
ProcessTime ( ) : System.TimeSpan
Progress ( ) : Microsoft.WindowsAzure.Commands.Sync.ProgressRecord
RemainingMB ( ) : double
ThroughputMBs ( ) : double

Method Details

AddToProcessedBytes() public method

public AddToProcessedBytes ( long size ) : void
size long
return void

ProgressStatus() public method

public ProgressStatus ( long alreadyProcessedBytes, long totalLength ) : System
alreadyProcessedBytes long
totalLength long
return System

ProgressStatus() public method

public ProgressStatus ( long alreadyProcessedBytes, long totalLength, ComputeStats computeStats ) : System
alreadyProcessedBytes long
totalLength long
computeStats ComputeStats
return System

TryGetProgressRecord() public method

public TryGetProgressRecord ( Microsoft.WindowsAzure.Commands.Sync.ProgressRecord &record ) : bool
record Microsoft.WindowsAzure.Commands.Sync.ProgressRecord
return bool