Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientLastPublishSequenceNumber
 
awGetClientLastPublishSequenceNumber
BrokerError awGetClientLastPublishSequenceNumber(
BrokerClient client,
BrokerLong *seqn);
client
The Broker client whose last publish sequence number is to be returned.
seqn
The highest sequence number of the events published by this Broker client. This parameter is used for output.
Provides the highest sequence number used by the specified client in a publish or deliver call.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter seqn is NULL.
See also: