C# Class ExoWeb.Diagnostics.PerformanceCounters

Afficher le fichier Open project: vc3/ExoWeb

Private Properties

Свойство Type Description
ExoWeb_BeginRequest void
ExoWeb_EndRequest void
Increment void
Init void

Méthodes publiques

Méthode Description
Disable ( ) : void

Turn off ExoWeb-related performance counters

Enable ( ) : void

Turn on ExoWeb-related performance counters

Private Methods

Méthode 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 méthode

Turn off ExoWeb-related performance counters
public static Disable ( ) : void
Résultat void

Enable() public static méthode

Turn on ExoWeb-related performance counters
public static Enable ( ) : void
Résultat void