public method O2GLoginRules.isTableLoadedByDefault

Brief

Checks whether the table was loaded during the login.

Declaration
C#
bool  isTableLoadedByDefault (O2GTable table)

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 getTableRefeshResponse method to get the response associated with the automatically received table.

back