Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetItems Method

Resolves a Group name supplied in a Request. The names of the Items in the Group are returned. Group names are expected to be formed by simply concatenating the names of the contained Items, in a space separated way.

C++
public: string[] GetItems(string user, string sessionID, string group);
C#
public override string[] GetItems(string user, string sessionID, string group);
Visual Basic
Public override Function GetItems(user As string, sessionID As string, group As string) As string()
Parameters 
Description 
string user 
A User name. Not used. 
string sessionID 
A Session ID. Not used. 
string group 
A Group name. 

An array with the names of the Items in the Group.

Exceptions 
Description 
never thrown in this case.