TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.PurgeDurable Method 

Purge pending messages for the durable with given name and client ID.

public void PurgeDurable(
   string durableName,
   string clientID
);

Parameters

durableName
The name of the durable to purge.
clientID
The client ID associated with the durable (can be null).

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if durableName is not a legal durable name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace