[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get the durable subscription information for all durables known to the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also