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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetSubscriptionCount

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

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