This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionProcessor Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the methods and properties needed to manage and process a list of actions.
Description | ||
---|---|---|
Actions | Allows access to the action processor's action collection. | |
CheckLayers | Checks for deleted Layers and disables affected actions. | |
ClearQueue | Purges the processing queue and terminates the processing of queued messages. | |
ExcludeRealtimeActions | Indicates if real-time actions are excluded from appearing on the interface. | |
ProcessData | Takes an object as a parameter and runs it through an action list. | |
ProcessorWaitTimeOut | Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds. | |
Suspended | Indicates whether the action processor will process any new data objects or any queued data objects. |
CoClasses and Classes | Description |
---|---|
ActionProcessor (esriTrackingAnalyst) | The Action Processor object processes all actions in the main actioncollection and children. |