[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the current number of subscriptions for this topic.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public int SubscriptionCount { get; } |
Public ReadOnly Property SubscriptionCount As Integer |
public: property int SubscriptionCount { int get (); } |
Return Value
the number of 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.