C# Class Fubu.Running.FubuMvcApplicationActivator

Inheritance: IFubuMvcApplicationActivator
Show file Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
Initialize ( Type applicationType, Fubu.Running.StartApplication message ) : void
Recycle ( ) : void
ShutDown ( ) : void
StartUp ( ) : void

Method Details

Initialize() public method

public Initialize ( Type applicationType, Fubu.Running.StartApplication message ) : void
applicationType System.Type
message Fubu.Running.StartApplication
return void

Recycle() public method

public Recycle ( ) : void
return void

ShutDown() public method

public ShutDown ( ) : void
return void

StartUp() public method

public StartUp ( ) : void
return void