Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetEventPublishSequenceNumber
 
awGetEventPublishSequenceNumber
BrokerLong awGetEventPublishSequenceNumber(
BrokerEvent event);
event
The event whose publish sequence number is to be returned.
Returns the publish sequence number that the Broker will set for the specified event when it is published.
Returns zero if event is invalid.
Note:
The awGetEventPublishSequenceNumber function can only be used on events that your client application has created and intends to publish. It cannot be used to obtain the pubSeqn envelope field from an event received by your client application. See Read-only Envelope Fields.
See also: