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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetDurableCount

tibemsTopicInfo_GetDurableCount
Function
Purpose
Get the current number of durable subscribers for this topic.
C Declaration
tibems_status tibemsTopicInfo_GetDurableCount(
    tibemsTopicInfo topicInfo,
    tibems_int* count);
COBOL Call
CALL "tibemsTopicInfo_GetDurableCount"
 USING BY VALUE topicInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsTopicInfo_GetActiveDurableCount on page 536
tibemsTopicInfo_GetSubscriberCount on page 550
 

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