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

Get the current number of durable subscribers for this topic.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int DurableCount { get; }
Public ReadOnly Property DurableCount As Integer
public:
property int DurableCount {
	int get ();
}

Return Value

the number of durable subscribers for this queue when the TopicInfo was retrieved from the server.

Remarks

This value is correct when this TopicInfo was retrieved from the server through Admin methods. It is never updated. To get an updated value, a new TopicInfo must be retrieved from the server.

See Also