public method IO2GLoginRules.isTableLoadedByDefault

Brief

Checks whether the table was loaded during the login.

Declaration
C++
virtual bool  isTableLoadedByDefault (O2GTable table) = 0

Parameters
table

The identifier of the table to check.

Details

The set of tables which are automatically received depends on the server and connection. Your application must always check whether a table is already received. If the table has not been received automatically, use createRefreshTableRequest to receive it manually.

In case the table is received automatically, please use the getTableRefreshResponse method to get the response associated with the automatically received table.

Declared in IO2GLoginRules

back