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

상속: IDisposable
파일 보기 프로젝트 열기: SQLServerIO/TPCCBench 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
Increment ( ) : void
IncrementBy ( long val ) : void
STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType )
STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType ) : System
Set ( long val ) : void

보호된 메소드들

메소드 설명
STPInstancePerformanceCounter ( )
STPInstancePerformanceCounter ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

Increment() 공개 메소드

public Increment ( ) : void
리턴 void

IncrementBy() 공개 메소드

public IncrementBy ( long val ) : void
val long
리턴 void

STPInstancePerformanceCounter() 보호된 메소드

STPInstancePerformanceCounter() 공개 메소드

public STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType )
instance string
spcType STPPerformanceCounterType

STPInstancePerformanceCounter() 보호된 메소드

protected STPInstancePerformanceCounter ( ) : System
리턴 System

STPInstancePerformanceCounter() 공개 메소드

public STPInstancePerformanceCounter ( string instance, STPPerformanceCounterType spcType ) : System
instance string
spcType STPPerformanceCounterType
리턴 System

Set() 공개 메소드

public Set ( long val ) : void
val long
리턴 void