Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorKeepAlive
 
awGetDescriptorKeepAlive
BrokerError awGetDescriptorKeepAlive(
BrokerConnectionDescriptor desc,
int* KeepAliveSendPeriod,
int* MaxKeepAliveResponseTime,
int* RetryCount);
desc
The Broker descriptor for which the keep-alive status is to be returned.
KeepAliveSendPeriod
The length of time (in seconds) the Broker waits before issuing the keep-alive messages on an idle connection.
MaxKeepAliveResponseTime
The length of time (in seconds) the Broker waits for a reply from an idle connection.
RetryCount
Number of times keep-alive messages are sent before disconnecting the unresponsive client.
Gets the keep-alive settings for the specified descriptor.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
See also: