ArcGIS Pro 2.8 API Reference Guide
BackgroundProgressorSource Constructor(Action<BackgroundProgressor>)

ArcGIS.Core.Threading.Tasks Namespace > BackgroundProgressorSource Class > BackgroundProgressorSource Constructor : BackgroundProgressorSource Constructor(Action<BackgroundProgressor>)
Creates BackgroundProgressorSource with a custom progress update delegate.
Syntax
public BackgroundProgressorSource( 
   Action<BackgroundProgressor> callback
)
Public Function New( _
   ByVal callback As Action(Of BackgroundProgressor) _
)

Parameters

callback
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

BackgroundProgressorSource Class
BackgroundProgressorSource Members
Overload List