C# Class PetStoreWeb.Components.Prevayler

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: bamboo/Bamboo.Prevalence

Protected Properties

Property Type Description
engine Bamboo.Prevalence.PrevalenceEngine
timer System.Threading.Timer

Public Methods

Method Description
Execute ( ICommand command ) : object
system ( ) : object

Protected Methods

Method Description
Application_End ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void

Private Methods

Method Description
TakeSnapshot ( object state ) : void

Method Details

Application_End() protected method

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

Application_Start() protected method

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

Execute() public static method

public static Execute ( ICommand command ) : object
command ICommand
return object

system() public static method

public static system ( ) : object
return object

Property Details

engine protected_oe static_oe property

protected static PrevalenceEngine,Bamboo.Prevalence engine
return Bamboo.Prevalence.PrevalenceEngine

timer protected_oe static_oe property

protected static Timer,System.Threading timer
return System.Threading.Timer