ContentsIndexHome
PreviousUpNext
updateData Method

Flushes all outstanding buffers to AIMMS and synchronizes the open SDK objects with the data in AIMMS.

Flushes all outstanding buffers to AIMMS and synchronizes the open SDK objects with the data in AIMMS.

void updateData();

 

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. 

 

void updateData(List<IData> changed, int timeout);

 

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. 

 

void updateData(int timeout);