Class SessionManager
Keeps track of the current session id.
Inheritance
System.Object
SessionManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.FleetBoard
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
public class SessionManager
Properties
| Improve this Doc View SourceInstance
Declaration
public static SessionManager Instance { get; }
Property Value
Type | Description |
---|---|
SessionManager |
SessionId
Declaration
public string SessionId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceUpdateSessionId(String)
Declaration
public void UpdateSessionId(string sessionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | sessionId |
Events
| Improve this Doc View SourceOnSessionIdChanged
Declaration
public event EventHandler<SessionIdEventArgs> OnSessionIdChanged
Event Type
Type | Description |
---|---|
System.EventHandler<SessionIdEventArgs> |