C# 클래스 PetStoreWeb.Components.Prevayler

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

보호된 프로퍼티들

프로퍼티 타입 설명
engine Bamboo.Prevalence.PrevalenceEngine
timer System.Threading.Timer

공개 메소드들

메소드 설명
Execute ( ICommand command ) : object
system ( ) : object

보호된 메소드들

메소드 설명
Application_End ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
TakeSnapshot ( object state ) : void

메소드 상세

Application_End() 보호된 메소드

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

Execute() 공개 정적인 메소드

public static Execute ( ICommand command ) : object
command ICommand
리턴 object

system() 공개 정적인 메소드

public static system ( ) : object
리턴 object

프로퍼티 상세

engine 보호되어 있는 정적으로 프로퍼티

protected static PrevalenceEngine,Bamboo.Prevalence engine
리턴 Bamboo.Prevalence.PrevalenceEngine

timer 보호되어 있는 정적으로 프로퍼티

protected static Timer,System.Threading timer
리턴 System.Threading.Timer