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

상속: STPInstancePerformanceCounter
파일 보기 프로젝트 열기: SQLServerIO/TPCCBench

공개 메소드들

메소드 설명
Increment ( ) : void
IncrementBy ( long value ) : void
STPInstanceNullPerformanceCounter ( ) : System
Set ( long val ) : void

메소드 상세

Increment() 공개 메소드

public Increment ( ) : void
리턴 void

IncrementBy() 공개 메소드

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

STPInstanceNullPerformanceCounter() 공개 메소드

public STPInstanceNullPerformanceCounter ( ) : System
리턴 System

Set() 공개 메소드

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