C# Class DotNetNuke.Monitoring.AppInsights.AppInsightsModule

Inheritance: IHttpModule
ファイルを表示 Open project: davidjrh/dnn.appinsights

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
RegisterPagePrerenderHandler ( object s, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void