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.
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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