Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetDurableSubscriptionCount

tibemsTopicInfo_GetDurableSubscriptionCount
Function
Purpose
Get the current number of durable subscriptions for this topic.
C Declaration
tibems_status tibemsTopicInfo_GetDurableSubscriptionCount(
    tibemsTopicInfo topicInfo,
    tibems_int* count);
COBOL Call
CALL "tibemsTopicInfo_GetDurableSubscriptionCount"
 USING BY VALUE topicInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
 
count has usage pointer.
Parameters
 
See Also
tibemsTopicInfo_GetSubscriptionCount on page 524
tibemsTopicInfo_GetActiveDurableCount on page 509
tibemsTopicInfo_GetSubscriberCount on page 523

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved