ContentsIndexHome
PreviousUpNext
IConfig::setConnectTimeout Method

Sets the time (in seconds) to wait for the connection with the host to be established in Aimms.OpenSession. The default value is 30 seconds. 

 

C++
virtual void setConnectTimeout(int connectTimeout) = 0;
Parameters 
Description 
int connectTimeout 
The number of seconds before creating the connection with the host times out.