Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientBrokerPort
 
awGetClientBrokerPort
BrokerError awGetClientBrokerPort(
BrokerClient client,
int *port_number);
client
The Broker client whose client Broker port is to be returned.
port_number
The port number of the Broker Server. This parameter is used for output.
Provides a int value containing the port number of the Broker Server.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
AW_ERROR_NULL_PARAM
The parameter port_number is NULL.
See also: