ArcGIS Pro 3.7 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 Function New( _
       ByVal callback As Action(Of BackgroundProgressor) _
    )
    public BackgroundProgressorSource( 
       Action<BackgroundProgressor> callback
    )

    Parameters

    callback
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also