C# Класс Rebel.Framework.Diagnostics.CounterDescriptor

Describes a performance counter's name, help text and type (PerformanceCounterType). This is used within an AbstractCounterManager{T} implementation to specify the required performance counters.
Показать файл Открыть проект

Открытые методы

Метод Описание
CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics

Описание методов

CounterDescriptor() публичный Метод

public CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics
name string
help string
type PerformanceCounterType
Результат System.Diagnostics