[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 durable name and clientID.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DurableInfo GetDurable( string durableName, string clientID ) |
Public Function GetDurable ( _ durableName As String, _ clientID As String _ ) As DurableInfo |
public: DurableInfo^ GetDurable( String^ durableName, String^ clientID ) |
Parameters
- durableName
- Type: System..::.String
name of the durable subsription.
- clientID
- Type: System..::.String
client ID associated with the durable (can be null).
Return Value
the DurableInfo.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if durableName is not a legal name. |