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
|
Store the number of producers. |