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


Chapter 15 Administration : tibemsServerInfo : tibemsServerInfo_GetTopicCount

tibemsServerInfo_GetTopicCount
Function
Purpose
Get the total number of topics in the server.
C Declaration
tibems_status tibemsServerInfo_GetTopicCount(
    tibemsServerInfo serverInfo,
    tibems_int* count);
COBOL Call
CALL "tibemsServerInfo_GetTopicCount"
 USING BY VALUE serverInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
 

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