C# 클래스 Shaml.Web.NHibernate.WebSessionStorage

상속: ISessionStorage
파일 보기 프로젝트 열기: sztupy/shaml 1 사용 예제들

공개 메소드들

메소드 설명
GetAllSessions ( ) : System.Collections.Generic.IEnumerable
GetSessionForKey ( string factoryKey ) : ISession
SetSessionForKey ( string factoryKey, ISession session ) : void
WebSessionStorage ( System.Web.HttpApplication app ) : System

비공개 메소드들

메소드 설명
Application_EndRequest ( object sender, EventArgs e ) : void
GetSimpleSessionStorage ( ) : SimpleSessionStorage

메소드 상세

GetAllSessions() 공개 메소드

public GetAllSessions ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

GetSessionForKey() 공개 메소드

public GetSessionForKey ( string factoryKey ) : ISession
factoryKey string
리턴 ISession

SetSessionForKey() 공개 메소드

public SetSessionForKey ( string factoryKey, ISession session ) : void
factoryKey string
session ISession
리턴 void

WebSessionStorage() 공개 메소드

public WebSessionStorage ( System.Web.HttpApplication app ) : System
app System.Web.HttpApplication
리턴 System