ProgressStatus Constructors
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
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