public method O2GAccountsTable.subscribeUpdate

Brief

Subscribes table listener to table updates.

Declaration
C#
void  subscribeUpdate (O2GTableUpdateType updateType, IO2GTableListener listener)

Parameters
updateType

The type of updates.

listener

The table listener.

Declared in O2GTable

back