Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awAcknowledge
|
awAcknowledgeEvents
awAcknowledgeEvents
BrokerError awAcknowledgeEvents(
BrokerClient client,
int n_s,
BrokerLong *seqn);
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_ACKNOWLEDGENT
The
seqn
is not a valid event to acknowledge.
AW_ERROR_INVALID_CLIENT
The
client
has been destroyed or disconnected.
AW_ERROR_OUT_OF_RANGE
The parameter
seqn
is less than zero.
In addition, any of the communications errors can occur.