C# Class ExoWeb.Diagnostics.PerformanceCounters

ファイルを表示 Open project: vc3/ExoWeb

Private Properties

Property Type Description
ExoWeb_BeginRequest void
ExoWeb_EndRequest void
Increment void
Init void

Public Methods

Method Description
Disable ( ) : void

Turn off ExoWeb-related performance counters

Enable ( ) : void

Turn on ExoWeb-related performance counters

Private Methods

Method Description
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

Method Details

Disable() public static method

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

Enable() public static method

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