TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetDurable Method 

Get the durable subscription information for the given durable name and clientID.

public DurableInfo GetDurable(
   string durableName,
   string clientID
);

Parameters

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

Return Value

the DurableInfo.

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