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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET