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.
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
- System.Int64
- totalItems
- System.Int64
- itemType
- ProgressUnitType