[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the durable subscription information for the given topic name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DurableInfo[] GetDurables( string topicName ) |
Public Function GetDurables ( _ topicName As String _ ) As DurableInfo() |
public: array<DurableInfo^>^ GetDurables( String^ topicName ) |
Parameters
- topicName
- Type: System..::.String
The name of topic to get durable information on.
Return Value
The array of DurableInfos for the given topic.
Remarks
Deprecated this method, remains fully functional but
in EMS 4.4 the preferred way to obtain consumer information is
via method
GetConsumers()()()
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |