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


Chapter 15 Administration : tibemsServerInfo : tibemsServerInfo_GetConsumerCount

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
 
 

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