C# Class Fu.Services.Sessions.DictionarySessionStore

Inheritance: ISessionStore
Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

Méthode Description
CreateSession ( string sessionId ) : ISession
DeleteSession ( ISession session ) : void
DeleteSession ( string sessionId ) : void
DictionarySessionStore ( ) : System
GetSession ( string sessionId ) : ISession

Method Details

CreateSession() public méthode

public CreateSession ( string sessionId ) : ISession
sessionId string
Résultat ISession

DeleteSession() public méthode

public DeleteSession ( ISession session ) : void
session ISession
Résultat void

DeleteSession() public méthode

public DeleteSession ( string sessionId ) : void
sessionId string
Résultat void

DictionarySessionStore() public méthode

public DictionarySessionStore ( ) : System
Résultat System

GetSession() public méthode

public GetSession ( string sessionId ) : ISession
sessionId string
Résultat ISession