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