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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetActiveDurableCount

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

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