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