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