[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the durable subscription information for all durables known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DurableInfo[] Durables { get; } |
Public ReadOnly Property Durables As DurableInfo() |
public: property array<DurableInfo^>^ Durables { array<DurableInfo^>^ get (); } |
Return Value
the array of DurableInfos for the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |