Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDefaultClientTimeout
 
awSetDefaultClientTimeout
int awSetDefaultClientTimeout(
int msecs);
msecs
The time-out interval, in milliseconds.
Sets the default time-out for non-event Broker requests to the number of milliseconds specified by msecs. The previous time-out value, in milliseconds, is returned.
The default time-out is 30 seconds. Setting the time-out to a lower value in high-performance environments can provide your client applications with a more timely indication that a failure may have occurred.