ProgressStatus Constructors

Definition

Overloads

ProgressStatus(Int64, Int64)
ProgressStatus(Int64, Int64, ComputeStats)

ProgressStatus(Int64, Int64)

public ProgressStatus (long alreadyProcessedBytes, long totalLength);
new Microsoft.WindowsAzure.Commands.Sync.ProgressStatus : int64 * int64 -> Microsoft.WindowsAzure.Commands.Sync.ProgressStatus
Public Sub New (alreadyProcessedBytes As Long, totalLength As Long)

Parameters

alreadyProcessedBytes
Int64
totalLength
Int64

Applies to

ProgressStatus(Int64, Int64, ComputeStats)

public ProgressStatus (long alreadyProcessedBytes, long totalLength, Microsoft.WindowsAzure.Commands.Sync.ComputeStats computeStats);
new Microsoft.WindowsAzure.Commands.Sync.ProgressStatus : int64 * int64 * Microsoft.WindowsAzure.Commands.Sync.ComputeStats -> Microsoft.WindowsAzure.Commands.Sync.ProgressStatus
Public Sub New (alreadyProcessedBytes As Long, totalLength As Long, computeStats As ComputeStats)

Parameters

alreadyProcessedBytes
Int64
totalLength
Int64
computeStats
ComputeStats

Applies to