Click or drag to resize
dyostem api documentation

SessionResult Class

[This is preliminary documentation and is subject to change.]

Represent the result of the OpenSession(String, String) command
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataSessionResult

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class SessionResult

The SessionResult type exposes the following members.

Constructors
  NameDescription
Public methodSessionResult
Initializes a new instance of the SessionResult class
Top
Properties
  NameDescription
Public propertyMessage
Human readable result of OpenSession(String, String) command. "Login OK" or "Erreur Login"
Public propertySessionId
Session token
Top
See Also