ArcGIS Pro 2.9 API Reference Guide
Invoke Method

ArcGIS.Desktop.Framework.Threading.Tasks Namespace > DelayedInvoker Class : Invoke Method
The method to call.
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, Windows 8.1

See Also

Reference

DelayedInvoker Class
DelayedInvoker Members