Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientBrokerPort
 
awGetTxClientBrokerPort
BrokerError awGetTxClientBrokerPort(
BrokerTxClient txclient,
int *port_number);
txclient
The transactional 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 transactional client's 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: