[TIBCO.EMS .NET Admin client library 8.1 documentation]
Use TopicInfo.DurableSubscriptionCount instead
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
[ObsoleteAttribute("Use TopicInfo.DurableSubscriptionCount instead",
false)]
public int DurableCount { get; } |
|
---|
<ObsoleteAttribute("Use TopicInfo.DurableSubscriptionCount instead", _
False)> _
Public ReadOnly Property DurableCount As Integer |
|
---|
[ObsoleteAttribute(L"Use TopicInfo.DurableSubscriptionCount instead",
false)]
public:
property int DurableCount {
int get ();
} |
Return Value
the number of durable subscribers for this queue when the TopicInfo was
retrieved from the server.
See Also