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

In This Topic
    BackgroundProgressorSource Constructor(Action<BackgroundProgressor>)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also