ContentsIndexHome
PreviousUpNext
ISession::updateData Method (int)

Flushes all outstanding buffers to AIMMS and synchronizes the open SDK objects with the data in AIMMS. If the timeout period is exceeded, a CommunicationException exception is raised, leaving the data in an undefined state. 

 

C++
virtual void updateData(int timeOut = -1) = 0;
Parameters 
Description 
timeout 
Timeout in seconds. A value of -1 is equivalent to infinite.