Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetEventTypeName
 
awGetEventTypeName
char * awGetEventTypeName(
BrokerEvent event);
event
The event whose name is to be returned.
Gets the fully-qualified name of event, which includes the event's base name and scope qualifier. The caller is responsible for calling free on the return value.
A NULL value is returned if event is invalid.
See also: