C# Class Shaml.Web.NHibernate.WebSessionStorage

Inheritance: ISessionStorage
Afficher le fichier Open project: sztupy/shaml Class Usage Examples

Méthodes publiques

Méthode Description
GetAllSessions ( ) : System.Collections.Generic.IEnumerable
GetSessionForKey ( string factoryKey ) : ISession
SetSessionForKey ( string factoryKey, ISession session ) : void
WebSessionStorage ( System.Web.HttpApplication app ) : System

Private Methods

Méthode Description
Application_EndRequest ( object sender, EventArgs e ) : void
GetSimpleSessionStorage ( ) : SimpleSessionStorage

Method Details

GetAllSessions() public méthode

public GetAllSessions ( ) : System.Collections.Generic.IEnumerable
Résultat System.Collections.Generic.IEnumerable

GetSessionForKey() public méthode

public GetSessionForKey ( string factoryKey ) : ISession
factoryKey string
Résultat ISession

SetSessionForKey() public méthode

public SetSessionForKey ( string factoryKey, ISession session ) : void
factoryKey string
session ISession
Résultat void

WebSessionStorage() public méthode

public WebSessionStorage ( System.Web.HttpApplication app ) : System
app System.Web.HttpApplication
Résultat System