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.
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics

Method Details

CounterDescriptor() public méthode

public CounterDescriptor ( string name, string help, PerformanceCounterType type ) : System.Diagnostics
name string
help string
type PerformanceCounterType
Résultat System.Diagnostics