C# 클래스 ExoWeb.Diagnostics.PerformanceCounters

파일 보기 프로젝트 열기: vc3/ExoWeb

Private Properties

프로퍼티 타입 설명
ExoWeb_BeginRequest void
ExoWeb_EndRequest void
Increment void
Init void

공개 메소드들

메소드 설명
Disable ( ) : void

Turn off ExoWeb-related performance counters

Enable ( ) : void

Turn on ExoWeb-related performance counters

비공개 메소드들

메소드 설명
ExoWeb_BeginRequest ( object sender, ServiceRequestEventArgs args ) : void
ExoWeb_EndRequest ( object sender, ServiceRequestEventArgs args ) : void
Increment ( long amount, PerformanceCounter total, PerformanceCounter remote, PerformanceCounter local ) : void
Init ( ) : void

메소드 상세

Disable() 공개 정적인 메소드

Turn off ExoWeb-related performance counters
public static Disable ( ) : void
리턴 void

Enable() 공개 정적인 메소드

Turn on ExoWeb-related performance counters
public static Enable ( ) : void
리턴 void