C# 클래스 Amib.Threading.Internal.STPPerformanceCounter

Summary description for STPPerformanceCounter.
파일 보기 프로젝트 열기: SQLServerIO/TPCCBench 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_counterHelp string
_counterName string

공개 메소드들

메소드 설명
AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType )
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System

메소드 상세

AddCounterToCollection() 공개 메소드

public AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void
counterData System.Diagnostics.CounterCreationDataCollection
리턴 void

STPPerformanceCounter() 공개 메소드

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType )
counterName string
counterHelp string
pcType PerformanceCounterType

STPPerformanceCounter() 공개 메소드

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System
counterName string
counterHelp string
pcType PerformanceCounterType
리턴 System

프로퍼티 상세

_counterHelp 보호되어 있는 프로퍼티

protected string _counterHelp
리턴 string

_counterName 보호되어 있는 프로퍼티

protected string _counterName
리턴 string