C# 클래스 Tosca.Core.Web.HttpModules.PerformanceModule

상속: IHttpModule
파일 보기 프로젝트 열기: phatboyg/Tosca

공개 메소드들

메소드 설명
AppendQuery ( string query ) : void
Dispose ( ) : void
IncrementQueryCount ( ) : void
Init ( System.Web.HttpApplication context ) : void

비공개 메소드들

메소드 설명
AddAppenderToLogger ( Logger logger, QueryAppender appender ) : void
HasQueryAppender ( IAppenderAttachable logger ) : bool
InitializeLogger ( ) : void
OnBeginRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void
ResetLogThreadContext ( ) : void

메소드 상세

AppendQuery() 공개 정적인 메소드

public static AppendQuery ( string query ) : void
query string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncrementQueryCount() 공개 정적인 메소드

public static IncrementQueryCount ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void