C# Класс ExoWeb.Diagnostics.PerformanceCounters

Показать файл Открыть проект

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