C# 클래스 NBench.PerformanceCounters.Collection.CachedPerformanceCounterProxy

Cached, reference counted implementation of IPerformanceCounterProxy
상속: IPerformanceCounterProxy
파일 보기 프로젝트 열기: petabridge/NBench 1 사용 예제들

공개 메소드들

메소드 설명
CachedPerformanceCounterProxy ( Func getUnderlying ) : System
Collect ( ) : double
Dispose ( ) : void
Release ( ) : void
Touch ( ) : void

메소드 상세

CachedPerformanceCounterProxy() 공개 메소드

public CachedPerformanceCounterProxy ( Func getUnderlying ) : System
getUnderlying Func
리턴 System

Collect() 공개 메소드

public Collect ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void

Touch() 공개 메소드

public Touch ( ) : void
리턴 void