ArcGIS.Desktop.Framework.Threading.Tasks Namespace
In This Topic
This namespace contains types to supports ArcGIS Pro’s threading system.
Classes
| Class | Description |
![Class](template/packages/core-dotnet/images/Class.png) | CancelableProgressor |
Indicates the progress of an operation that is cancelable.
|
![Class](template/packages/core-dotnet/images/Class.png) | DelayedInvoker |
Utility class used to delay action within methods that are called at high frequencies until
the call has not been called for at least the specified interval.
|
![Class](template/packages/core-dotnet/images/Class.png) | ProgressDialog |
Provides visual feedback during long operations
|
![Class](template/packages/core-dotnet/images/Class.png) | Progressor |
Used by the executing Task to detect cancellation and update status information displayed the progress dialog during execution.
|
![Class](template/packages/core-dotnet/images/Class.png) | QueuedTask |
Static class used to perform asynchronous operations on the foreground worker thread.
|
See Also