C# Class PetStoreWeb.Components.Prevayler

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Protected Properties

Свойство Type Description
engine Bamboo.Prevalence.PrevalenceEngine
timer System.Threading.Timer

Méthodes publiques

Méthode Description
Execute ( ICommand command ) : object
system ( ) : object

Méthodes protégées

Méthode Description
Application_End ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void

Private Methods

Méthode Description
TakeSnapshot ( object state ) : void

Method Details

Application_End() protected méthode

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Execute() public static méthode

public static Execute ( ICommand command ) : object
command ICommand
Résultat object

system() public static méthode

public static system ( ) : object
Résultat object

Property Details

engine protected_oe static_oe property

protected static PrevalenceEngine,Bamboo.Prevalence engine
Résultat Bamboo.Prevalence.PrevalenceEngine

timer protected_oe static_oe property

protected static Timer,System.Threading timer
Résultat System.Threading.Timer