public method O2GResponseReaderFactory.createTablesUpdatesReader

Brief

Creates the reader for tables updates.

Declaration
C#
O2GTablesUpdatesReader  createTablesUpdatesReader (O2GResponse response)

Parameters
response

The response must have the type TablesUpdates.

The reader keeps the reference to the response object, so if you don't need the response for any other purpose you can dispose it when the reader is created.

back