C# Class Castle.Facilities.NHibernateIntegration.SessionStores.LogicalCallContextSessionStore

Provides an implementation of ISessionStore which relies on LogicalCallContext
Inheritance: AbstractDictStackSessionStore
Afficher le fichier Open project: mahara/Castle.Facilities.NHibernateIntegration

Méthodes protégées

Méthode Description
GetDictionary ( ) : IDictionary

Gets the dictionary.

GetStatelessSessionDictionary ( ) : IDictionary

Gets the IStatelessSession dictionary.

StoreDictionary ( IDictionary dictionary ) : void

Stores the dictionary.

StoreStatelessSessionDictionary ( IDictionary dictionary ) : void

Stores the IStatelessSession dictionary.

Method Details

GetDictionary() protected méthode

Gets the dictionary.
protected GetDictionary ( ) : IDictionary
Résultat IDictionary

GetStatelessSessionDictionary() protected méthode

Gets the IStatelessSession dictionary.
protected GetStatelessSessionDictionary ( ) : IDictionary
Résultat IDictionary

StoreDictionary() protected méthode

Stores the dictionary.
protected StoreDictionary ( IDictionary dictionary ) : void
dictionary IDictionary The dictionary.
Résultat void

StoreStatelessSessionDictionary() protected méthode

Stores the IStatelessSession dictionary.
protected StoreStatelessSessionDictionary ( IDictionary dictionary ) : void
dictionary IDictionary The dictionary.
Résultat void