Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
TableInfo.TableInfo Constructor

Used by Lightstreamer to creates a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).

C++
public: TableInfo(int winIndex, Mode mode, string group, string schema, int min, int max, string selector);
C#
public TableInfo(int winIndex, Mode mode, string group, string schema, int min, int max, string selector);
Visual Basic
Public Sub New(winIndex As Integer, mode As Mode, group As string, schema As string, min As Integer, max As Integer, selector As string)
Parameters 
Description 
int winIndex 
Unique identifier of the client subscription request. 
Mode mode 
Publishing Mode for the Items in the Table (i.e. Subscription) (it must be the same across all the Table). 
string group 
The name of the Item Group (or specification of the Item List) to which the subscribed Items belong. 
string schema 
The name of the Field Schema (or specification of the Field List) used for the subscribed Items. 
int min 
The 1-based index of the first Item in the Group to be considered in the Table (i.e. Subscription). 
int max 
The 1-based index of the last Item in the Group to be considered in the Table (i.e. Subscription). 
string selector 
The name of the optional Selector associated to the table (i.e. Subscription).