ArcGIS.Core.Threading.Tasks Namespace
In This Topic
This namespace contains types that asynchronous programming in Pro.
Classes
| Class | Description |
| BackgroundProgressor |
Class used to retrieve the status and progress of a cancelable operation.
|
| BackgroundProgressorSource |
Class used to configure progress and cancelation during task execution.
|
| BackgroundTask |
Static class used to perform asynchronous operations within the background thread pool.
|
Enumerations
| Enumeration | Description |
| TaskPriority |
Used to execute operations on the shared background thread pool.
|
See Also