Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorSharedEventOrdering
 
awGetDescriptorSharedEventOrdering
BrokerError awGetDescriptorSharedEventOrdering(
BrokerConnectionDescriptor desc,
char **ordering);
desc
The Broker descriptor whose shared event ordering is to be returned.
ordering
The current shared event ordering state, which will be set to either AW_SHARED_ORDER_NONE or AW_SHARED_ORDER_BY_PUBLISHER. This parameter is used for output.
Obtains the shared event ordering status for the specified descriptor. See By-Publisher Event Ordering for more information.
The caller is responsible for freeing the memory associated with the returned ordering state.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
AW_ERROR_NULL_PARAM
The parameter ordering is NULL.
See also: