tibemsServerInfo_GetConsumerCount Function Purpose Get the total number of consumers. C Declaration tibems_status tibemsServerInfo_GetConsumerCount( tibemsServerInfo serverInfo, tibems_int* count); COBOL Call CALL "tibemsServerInfo_GetConsumerCount" USING BY VALUE serverInfo, BY REFERENCE count, RETURNING tibems-status END-CALL. Parameters Parameter Description serverInfo Get the number of consumers for this server. count The function stores the number of consumers in this location.