Suoranta.EnterpriseLib.Web - Developer API

IBootstrapper..::..Initialize Method

Starts the application.

Namespace:  Suoranta.EnterpriseLib.Web.AppDomain.Ninject
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


void Initialize(
	Func<KernelBase> createKernelCallback
)

Parameters

createKernelCallback
Type: Func<(Of <(<'KernelBase>)>)>
The create kernel callback function.