Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetEventTypeScopeName
 
awGetEventTypeScopeName
char * awGetEventTypeScopeName(
BrokerEvent event);
event
The event whose scope is to be returned.
Returns the scope of the specified event. The scope consists of the qualifier without the base name. The caller is responsible for calling free on the return value.
A NULL value is returned if event is invalid.
See also: