C# Class Crow.Library.Host.AspNet.CrowAspnetBootstrapper

Initializes the application when the Asp.Net Host started.
Show file Open project: msusur/Crowfx

Public Methods

Method Description
Start ( ) : void

Starts the application. This method executes by the PreApplicationStartMethod.

Private Methods

Method Description
OnApplicationShutdown ( ) : void
OnApplicationStart ( ) : void

Method Details

Start() public static method

Starts the application. This method executes by the PreApplicationStartMethod.
public static Start ( ) : void
return void