ArcGIS Pro 3.7 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 Function Invoke( _
       ByVal action As Action _
    ) As Task
    public Task Invoke( 
       Action action
    )

    Parameters

    action
    The method to call.

    Return Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also