awSetTxClientInfoset
BrokerError awSetTxClientInfoset(
BrokerTxClient txclient,
BrokerEvent infoset);
txclient | The Broker client whose infoset is to be set. |
infoset | The infoset to set for this client. |
Set the infoset for the specified txclient. 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 txclient has been destroyed or disconnected. |
AW_ERROR_NULL_PARAM | The parameter infoset is NULL. |
See also: