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