C# Class Castle.Facilities.NHibernateIntegration.Internal.CallContextSessionStore

Provides an implementation of ISessionStore which relies on CallContext
Inheritance: AbstractDictStackSessionStore
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes protégées

Méthode Description
GetDictionary ( ) : IDictionary
StoreDictionary ( IDictionary dictionary ) : void

Method Details

GetDictionary() protected méthode

protected GetDictionary ( ) : IDictionary
Résultat IDictionary

StoreDictionary() protected méthode

protected StoreDictionary ( IDictionary dictionary ) : void
dictionary IDictionary
Résultat void