C# 클래스 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
상속: AbstractLifestyleManager
파일 보기 프로젝트 열기: nhsevidence/Windsor.LifeStyles

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
PerWebSessionLifestyleManager ( ) : System
Resolve ( CreationContext context ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PerWebSessionLifestyleManager() 공개 메소드

public PerWebSessionLifestyleManager ( ) : System
리턴 System

Resolve() 공개 메소드

public Resolve ( CreationContext context ) : object
context Castle.MicroKernel.Context.CreationContext
리턴 object