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

Get the current number of active durable subscribers for this topic.

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

Syntax

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

Return Value

the number of active 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