[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy queues matching the given pattern.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DestroyQueues( string pattern ) |
Public Sub DestroyQueues ( _ pattern As String _ ) |
public: void DestroyQueues( String^ pattern ) |
Parameters
- pattern
- Type: System..::.String
a pattern indicating which queues to destroy.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if pattern is not a legal pattern. |