public method O2GLoginRules.getTableRefeshResponse

Brief

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

Declaration
C#
O2GResponse  getTableRefeshResponse (O2GTable table)

Parameters
table

The identifier of the table to check.

Details

Dispose the returned object when it is not required anymore.

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.

back