tibemsConnectionFactory_SetMetric
Function
C Declaration
tibems_status tibemsConnectionFactory_SetMetric( tibemsConnectionFactory factory, tibemsFactoryLoadBalanceMetric metric );
COBOL Call
CALL "tibemsConnectionFactory_SetMetric" USING BY VALUE factory, BY VALUE metric, RETURNING tibems-status END-CALL.
Remarks
When the connection factory balances the client load among several servers, it uses this metric to determine the least loaded server, so the connection factory can create a connection to it. For values, see tibemsFactoryLoadBalanceMetric.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.