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

Get the current number of durable subscriptions for this topic.

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

Syntax

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

Return Value

the number of durable subscriptions for this topic 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