tibemsTopicInfo_GetSubscriberCount
Function
Purpose
Get the number of subscribers on this topic.
C Declaration
tibems_status tibemsTopicInfo_GetSubscriberCount( tibemsTopicInfo topicInfo, tibems_int* count);
COBOL Call
CALL "tibemsTopicInfo_GetSubscriberCount" USING BY VALUE topicInfo, BY REFERENCE count, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
topicInfo
|
Get the count for this topic. |
count
|
Store the number of active subscribers. |