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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetInboundStatistics

tibemsTopicInfo_GetInboundStatistics
Function
Purpose
Get inbound statistics for this topic.
C Declaration
tibems_status tibemsTopicInfo_GetInboundStatistics(
    tibemsTopicInfo topicInfo,
    tibemsStatData* statData);
COBOL Call
CALL "tibemsTopicInfo_GetInboundStatistics"
 USING BY VALUE topicInfo,
       BY REFERENCE statData,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function retrieves the inbound statistics for the topic. Inbound statistics include all messages sent by EMS clients and routed servers.
See Also
tibemsQueueInfo_GetInboundStatistics on page 497
 

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