ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / DelayedInvoker Class / DelayedInvoker Constructor / DelayedInvoker Constructor(Int32,Int32)

In This Topic
    DelayedInvoker Constructor(Int32,Int32)
    In This Topic
    Creates a new DelayedInvoker instance.
    Syntax
    public DelayedInvoker( 
       int delay,
       int maxInvokeCount
    )
    Public Function New( _
       ByVal delay As Integer, _
       ByVal maxInvokeCount As Integer _
    )

    Parameters

    delay
    maxInvokeCount
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also