C# Class BACnet.Explorer.Core.Models.SessionsStore

Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
GetSessions ( ) : List

Gets the list of session

SaveSession ( Session session ) : void

Saves a session

Private Methods

Méthode Description
SessionsStore ( ) : System

Constructs a new sessions store

_getSessionsFolder ( ) : string

Returns the folder to put session objects in

Method Details

GetSessions() public méthode

Gets the list of session
public GetSessions ( ) : List
Résultat List

SaveSession() public méthode

Saves a session
public SaveSession ( Session session ) : void
session Session The session to save
Résultat void