Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
SimpleTableInfo.SimpleTableInfo Constructor

Constructs a table specification with basic table attributes.

C++
public: SimpleTableInfo(string group, string mode, string schema, bool snap);
C#
public SimpleTableInfo(string group, string mode, string schema, bool snap);
Visual Basic
Public Sub New(group As string, mode As string, schema As string, snap As bool)
Parameters 
Description 
string group 
Name of the Group of items in the table.  
string mode 
Subscription mode for all items in the table. It should be equal to one of the constants defined in the class.  
string schema 
Name of the Schema for all items in the table.  
bool snap 
If true, requires the snapshot for all items in the table. The snapshot can be requested only for MERGE, DISTINCT and COMMAND Items mode.  
Exceptions 
Description 
if the snapshot request is not compatible with the supplied subscription mode.