TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library
Admin.DestroyDurable Method
Destroy the durable with given name and client ID.
public
void
DestroyDurable(
string
durableName
,
string
clientID
);
Parameters
durableName
The name of the durable to destroy.
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 name.
See Also
Admin Class
|
TIBCO.EMS.ADMIN Namespace