Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetItems Method

Resolves an Item List Specification supplied in a Request. The names of the Items in the List are returned. Item List Specifications 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 itemList);
C#
public override string[] GetItems(string user, string sessionID, string itemList);
Visual Basic
Public override Function GetItems(user As string, sessionID As string, itemList As string) As string()
Parameters 
Description 
string user 
A User name. Not used. 
string sessionID 
A Session ID. Not used. 
string itemList 
An Item List Specification. 

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

Exceptions 
Description 
never thrown in this case.