Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetSchema Method

Resolves a Schema name supplied in a Request. The names of the Fields in the Schema are returned. Schema names 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 group, string schema);
C#
public override string[] GetSchema(string user, string sessionID, string group, string schema);
Visual Basic
Public override Function GetSchema(user As string, sessionID As string, group As string, schema As string) As string()
Parameters 
Description 
string user 
A User name. Not used. 
string sessionID 
A Session ID. Not used. 
string group 
The name of the Group whose Items the Schema is to be applied to. Not used. 
string schema 
A Schema name. 

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

Exceptions 
Description 
never thrown in this case.