public method IO2GTable.unsubscribeUpdate

Brief

Unsubscribes table listener from table updates.

Declaration
C++
virtual void  unsubscribeUpdate (O2GTableUpdateType updateType, IO2GTableListener * listener) = 0

Parameters
updateType

The type of updates.

listener

The table listener.

Declared in IO2GTable

back