public method IO2GLoginRules.getTableRefreshResponse

Brief

Gets a response for the table refresh command automatically executed during the login.

Declaration
C++
virtual IO2GResponse getTableRefreshResponse (O2GTable table) = 0

Parameters
table

The identifier of the table to check.

Details

The object returned must be released using the release() method when it is not required anymore.

The response can be obtained only for those tables which are loaded during the login process automatically (see isTableLoadedByDefault method).

The returned response is always the response to the refresh command executed during the login process, even in case the table was refreshed after the login using the refresh table command.

Declared in IO2GLoginRules

back