C# 클래스 BACnet.Explorer.Core.Models.SessionsStore

파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
GetSessions ( ) : List

Gets the list of session

SaveSession ( Session session ) : void

Saves a session

비공개 메소드들

메소드 설명
SessionsStore ( ) : System

Constructs a new sessions store

_getSessionsFolder ( ) : string

Returns the folder to put session objects in

메소드 상세

GetSessions() 공개 메소드

Gets the list of session
public GetSessions ( ) : List
리턴 List

SaveSession() 공개 메소드

Saves a session
public SaveSession ( Session session ) : void
session Session The session to save
리턴 void