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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetOutboundStatistics

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

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