Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
TableInfo Class

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

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