ArcObjects Library Reference  (TrackingAnalyst)    

IActionProcessor.ClearQueue Method

Purges the processing queue and terminates the processing of queued messages.

[Visual Basic 6.0]
Sub ClearQueue
[Visual Basic .NET]
Public Sub ClearQueue ( _
)
[C#]
public void ClearQueue (
);
[Java]
public void clearQueue (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ClearQueue(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Description

This method purges the processing queue thus terminating the processing of queued messages.

See Also

IActionProcessor Interface

 


Feedback Send feedback on this page