Méthode | Description | |
---|---|---|
Init ( ) : void |
Due to issues on IIS7, the NHibernate initialization must occur in Init(). But Init() may be invoked more than once; accordingly, we introduce a thread-safe mechanism to ensure it's only initialized once. See http://msdn.microsoft.com/en-us/magazine/cc188793.aspx for explanation details.
|
Méthode | Description | |
---|---|---|
Application_BeginRequest ( object sender, |
||
Application_Error ( ) : void | ||
Application_Start ( ) : void |
Méthode | Description | |
---|---|---|
DisplayErrorPage ( string action ) : void |
Returns a response by executing the Error controller with the specified action.
|
|
InitialiseNHibernateSessions ( ) : void | ||
InitializeServiceLocator ( ) : void |
protected Application_BeginRequest ( object sender, |
||
sender | object | |
e | ||
Résultat | void |