[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Purge pending messages for the durable with given name and client ID.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void PurgeDurable( string durableName, string clientID ) |
Public Sub PurgeDurable ( _ durableName As String, _ clientID As String _ ) |
public: void PurgeDurable( String^ durableName, String^ clientID ) |
Parameters
- durableName
- Type: System..::.String
The name of the durable to purge.
- clientID
- Type: System..::.String
The client ID associated with the durable (can be null).
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if durableName is not a legal durable name. |