C# Class Castle.MicroKernel.Lifestyle.PerWebSessionLifestyleManager

Implements a Lifestyle manager for web apps that creates at most one object per http session.
Since the http session end event is not really reliable (it only fires with an InProc session provider) there is no way to properly release any components with this lifestyle
Inheritance: AbstractLifestyleManager
Afficher le fichier Open project: nhsevidence/Windsor.LifeStyles

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
PerWebSessionLifestyleManager ( ) : System
Resolve ( CreationContext context ) : object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PerWebSessionLifestyleManager() public méthode

public PerWebSessionLifestyleManager ( ) : System
Résultat System

Resolve() public méthode

public Resolve ( CreationContext context ) : object
context Castle.MicroKernel.Context.CreationContext
Résultat object