public method O2GLoginRules.getTableRefreshResponse

Brief

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

Declaration
C#
O2GResponse  getTableRefreshResponse (O2GTableType table)

Parameters
table

The identifier of the table to check.

Details

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

The returned response is always a 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 O2GLoginRules

back