Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
Creating and Initializing Events
|
Deleting Events
Deleting Events
The following example contains an excerpt from the
publish1.c
sample application that shows the use of the
awDeleteEvent
function to delete an event.
. . .
awDeleteEvent(e);
return 0;
}