ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / DelayedInvoker Class / Invoke Method
The method to call.

In This Topic
    Invoke Method
    In This Topic
    The method to execute when the delay elapses.
    Syntax
    public Task Invoke( 
       Action action
    )
    Public Function Invoke( _
       ByVal action As Action _
    ) As Task

    Parameters

    action
    The method to call.

    Return Value

    A task representing work queued to execute in the ThreadPool.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also