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