Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetClientInfoset
 
awSetClientInfoset
BrokerError awSetClientInfoset(
BrokerClient client,
BrokerEvent infoset);
client
The Broker client whose infoset is to be set.
infoset
The infoset to set for this client.
Set the infoset for the specified client. The infoset is specified as a Broker event for convenience. Each client can store one infoset that can be used to contain information about its state or configuration.
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: