ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Hosting.Threading.Tasks Namespace / QueuedWorker Class / Shutdown Method

In This Topic
    Shutdown Method (QueuedWorker)
    In This Topic
    Method should be called when the host application is shutting down.
    Syntax
    public static bool Shutdown( 
       int timeout
    )
    Public Shared Function Shutdown( _
       ByVal timeout As Integer _
    ) As Boolean

    Parameters

    timeout
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also