[TIBCO.EMS .NET Admin client library 6.0 documentation]

Purge pending messages from queues matching the given pattern.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void PurgeQueues(
	string pattern
)
Public Sub PurgeQueues ( _
	pattern As String _
)
public:
void PurgeQueues(
	String^ pattern
)

Parameters

pattern
Type: System..::.String
a pattern indicating which queues to destroy.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if pattern is not a legal pattern.

See Also