ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / QueuedTask Class
Properties Methods


In This Topic
    QueuedTask Class Members
    In This Topic

    The following tables list the members exposed by QueuedTask.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets a boolean value of True if the worker thread is busy.  
    Public Propertystatic (Shared in Visual Basic) Gets a boolean value of True if called from the GUI thread.  
    Public Propertystatic (Shared in Visual Basic) Gets a boolean value of True if called from the worker thread.  
    Public Propertystatic (Shared in Visual Basic) Gets the TaskScheduler associated with the GUI thread; can be used to dispatch delegates that need to run on the user interface thread.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Call at application exit to shutdown the worker thread.  
    Top
    See Also