|
Publishing Framework
EVENT_ENDFrees all resources associated with the specified event. SyntaxCALL EVENT_END(eventId, rc);
DetailsFreeing resources closes all queues and files that are associated with the specified event. ExampleThe following example frees all resources that are associated with the specified event: CALL EVENT_END(eventId,rc); See Also
|