ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.GeoProcessing Namespace / GeoprocessingProjectItem Class / RequiresMainThread Property

In This Topic
    RequiresMainThread Property (GeoprocessingProjectItem)
    In This Topic
    Gets whether the Item must be refreshed on the MCT within the lambda of a QueuedTask.Run. Always returns false.
    Syntax
    public bool RequiresMainThread {get;}
    Public ReadOnly Property RequiresMainThread As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also