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

Get the current number of subscribers for this topic.

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

Syntax

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

Return Value

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