Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awCancel
|
awCancelCallbackForTag
awCancelCallbackForTag
BrokerError awCancelCallbackForTag(
BrokerClient
client
,
int
tag
);
client
The
Broker
client for which the callback is to be cancelled.
tag
The tag associated with the callback to be cancelled.
Cancels a callback function for the specified
tag
and
client
.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The
client
has been destroyed or disconnected.
See also:
awCancelCallbacks
awRegisterCallback
awRegisterCallbackForTag