This document is archived and information here might be outdated.  Recommended version.


IActionProcessor.ClearQueue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IActionProcessor.ClearQueue Method

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

[Visual Basic .NET]
Public Sub ClearQueue ( _
)
[C#]
public void ClearQueue (
);
[C++]
HRESULT ClearQueue(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActionProcessor Interface