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

Get the durable subscription information for the given durable name and clientID.

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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if durableName is not a legal name.

See Also