ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / QueuedTask Class / UIScheduler Property

In This Topic
    UIScheduler Property
    In This Topic
    Gets the TaskScheduler associated with the GUI thread; can be used to dispatch delegates that need to run on the user interface thread.
    Syntax
    public static TaskScheduler UIScheduler {get;}
    Public Shared ReadOnly Property UIScheduler As TaskScheduler
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also