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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET