TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetDurables Method 

Get the durable subscription information for the given topic name.

public DurableInfo[] GetDurables(
   string topicName
);

Parameters

topicName
The name of topic to get durable information on.

Return Value

the array of DurableInfos for the given topic.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace