IImageStoreProgressHandler.UpdateProgress 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.
Reports the progress of the current operation
public void UpdateProgress (long completedItems, long totalItems, System.Fabric.ProgressUnitType itemType);
abstract member UpdateProgress : int64 * int64 * System.Fabric.ProgressUnitType -> unit
Public Sub UpdateProgress (completedItems As Long, totalItems As Long, itemType As ProgressUnitType)
Parameters
- completedItems
- Int64
The number of completed work items.
- totalItems
- Int64
The total number of work items.
- itemType
- ProgressUnitType
The unit of measurement for each work item.
Remarks
The total number of items is not always guaranteed to be known at the beginning of the operation. In some cases, this value can increase if more work is discovered during processing.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET