Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ExtendedTableInfo.SetRange Method

Inherited from SimpleTableInfo, but ignored in this case. Specifying a subrange of the specified Group of items to be requested is only meaningful when Group names must be used, so that an explicit specification for the needed subrange as a Group may not be available.

C++
public: void SetRange(int start, int end);
C#
public override void SetRange(int start, int end);
Visual Basic
Public override Function SetRange(start As Integer, end As Integer) As void
Parameters 
Description 
int start 
ignored.  
int end 
ignored.