ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Threading.Tasks Namespace / BackgroundProgressorSource Class / BackgroundProgressorSource Constructor / BackgroundProgressorSource Constructor(Action<BackgroundProgressor>)

BackgroundProgressorSource Constructor(Action<BackgroundProgressor>)
Creates BackgroundProgressorSource with a custom progress update delegate.
Syntax
public BackgroundProgressorSource( 
   Action<BackgroundProgressor> callback
)

Parameters

callback
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.6 or higher.
See Also