public method O2GTable.unsubscribeUpdate

Brief

Unsubscribes table listener from table updates.

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

Parameters
updateType

The type of updates.

listener

The table listener.

Declared in O2GTable

back