ArcGIS Pro 2.7 API Reference Guide
ProgressorSource Constructor(Action<Progressor>)

ArcGIS.Desktop.Framework.Threading.Tasks Namespace > ProgressorSource Class > ProgressorSource Constructor : ProgressorSource Constructor(Action<Progressor>)
Creates ProgressorSource with a custom progress update delegate. No progress dialog will be shown.
Syntax
public ProgressorSource( 
   Action<Progressor> callback
)
Public Function New( _
   ByVal callback As Action(Of Progressor) _
)

Parameters

callback
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ProgressorSource Class
ProgressorSource Members
Overload List