Lightstreamer .Net Adapter 1.10.0
|
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.
public: string[] GetItems(string user, string sessionID, string itemList);
public override string[] GetItems(string user, string sessionID, string itemList);
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. |