IImageStoreProgressHandler.UpdateProgress Method

Definition

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