Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
TableInfo Class

Used by IMetadataProvider to provide value objects to the calls to methods NotifyNewTables and NotifyTablesClose. The attributes of every Table (i.e.: Subscription) to be added or removed to a Session have to be written to a TableInfo instance.

C++
public: class TableInfo;
C#
public class TableInfo;
Visual Basic
Public Class TableInfo