Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetSchema Method

Resolves a Field List specification supplied in a Request. The names of the Fields in the List are returned. Field List specifications are expected to be formed by simply concatenating the names of the contained Fields, in a space separated way.

C++
public: string[] GetSchema(string user, string sessionID, string itemList, string fieldList);
C#
public override string[] GetSchema(string user, string sessionID, string itemList, string fieldList);
Visual Basic
Public override Function GetSchema(user As string, sessionID As string, itemList As string, fieldList As string) As string()
Parameters 
Description 
string user 
A User name. Not used. 
string sessionID 
A Session ID. Not used. 
string itemList 
The specification of the Item List whose Items the Field List is to be applied to. Not used. 
string fieldList 
A Field List specification. 

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

Exceptions 
Description 
never thrown in this case.