Search Results for

    Show / Hide Table of Contents

    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 Source

    Instance

    Declaration
    public static SessionManager Instance { get; }
    Property Value
    Type Description
    SessionManager
    | Improve this Doc View Source

    SessionId

    Declaration
    public string SessionId { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    UpdateSessionId(String)

    Declaration
    public void UpdateSessionId(string sessionId)
    Parameters
    Type Name Description
    System.String sessionId

    Events

    | Improve this Doc View Source

    OnSessionIdChanged

    Declaration
    public event EventHandler<SessionIdEventArgs> OnSessionIdChanged
    Event Type
    Type Description
    System.EventHandler<SessionIdEventArgs>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx