Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefBrokerPort
 
awGetTypeDefBrokerPort
BrokerError awGetTypeDefBrokerPort(
BrokerTypeDef type_def,
int *port_number);
type_def
The event type definition.
port_number
The port number of Broker Server. This parameter is used for output.
Obtains the port number of the Broker Server where this event type is defined.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_TYPEDEF
The parameter type_def is invalid.
AW_ERROR_NULL_PARAM
The parameter port_number is NULL.
See also: