Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetEventClient
 
awGetEventClient
BrokerError awGetEventClient(
BrokerEvent event,
BrokerClient *client);
event
The event whose associated client is to be returned.
client
The Broker client associated with the specified event. This is an output parameter.
Obtains the client for this event. The output value is NULL if there is no client associated with the event. This function returns an error if the event is invalid.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_EVENT
The event is invalid.
AW_ERROR_NULL_PARAM
The parameter client is NULL.
See also: