Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientInfoset
 
awGetClientInfoset
BrokerError awGetClientInfoset(
BrokerClient client,
BrokerEvent *infoset);
client
The Broker client whose infoset is to be returned.
infoset
The area where the retrieved infoset is returned. This parameter is used for output.
Obtains the infoset for the specified client. The infoset is returned as a Broker event for convenience. Each client can store one infoset that can be used to contain information about its state or configuration.
The caller is responsible for invoking awDeleteEvent on the output value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter infoset is NULL.
See also: