Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awFlush | awFlushTypeDefCache
 
awFlushTypeDefCache
BrokerError awFlushTypeDefCache(
BrokerClient client);
client
The Broker client whose event type definition cache is to be flushed.
Flushes all type definitions from the cache associated with the specified client. See Event Type Definition Cache for more information on using this function.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
See also: