C# Class 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.
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics

Method Details

CounterDescriptor() public method

public CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics
name string
help string
type PerformanceCounterType
return System.Diagnostics