Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awClient | awClientLastPublishSequenceNumber
 
awClientLastPublishSequenceNumber
BrokerError awGetClientLastPublishSequenceNumber(
BrokerClient client,
BrokerLong *seqn);
client
The Broker client whose last published sequence number is to be returned.
seqn
The sequence number last published by the Broker client. This parameter is used for output.
Obtains the highest sequence number used by the client for publishing or delivering an event.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The Broker client, represented by the client parameter, has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The seqn parameter is NULL.