Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorForcedReconnect
 
awGetDescriptorForcedReconnect
BrokerError awGetDescriptorForcedReconnect(
BrokerConnectionDescriptor desc,
BrokerBoolean*forced_reconnect);
desc
The Broker descriptor for which the forced reconnect status is to be returned.
forced_reconnect
Indicates whether a client program can forcibly reconnect to a Broker.
Returns 1 (true) if forced reconnect is enabled for this descriptor. Otherwise, returns 0 (false).
Returns 1 (true) if forced reconnect is enabled for this descriptor. Otherwise, returns 0 (false).
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
AW_ERROR_NULL_PARAM
The forced_reconnect parameter is NULL.
See also: