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

Get the durable subscription information for the given topic name.

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

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

See Also