Overrides the default DFC timeout to the value specified. This is useful if you know that the contents of a particular call takes an abnormally long time to process.
int clSetDfcTimeout(int timeout);
Parameter |
Description |
---|---|
timeout |
Timeout value in seconds and greater than 0. |
Integer.
Returns 1 for success, and 0 for failure.
int new_timeout = 120;
clSetDfcTimeout(new_timeout);
// issue DFC command here
clSetDfcTimeout(120)
// issue DFC command here
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |