C# Class NBench.PerformanceCounters.Collection.CachedPerformanceCounterProxy

Cached, reference counted implementation of IPerformanceCounterProxy
Inheritance: IPerformanceCounterProxy
Afficher le fichier Open project: petabridge/NBench Class Usage Examples

Méthodes publiques

Méthode Description
CachedPerformanceCounterProxy ( Func getUnderlying ) : System
Collect ( ) : double
Dispose ( ) : void
Release ( ) : void
Touch ( ) : void

Method Details

CachedPerformanceCounterProxy() public méthode

public CachedPerformanceCounterProxy ( Func getUnderlying ) : System
getUnderlying Func
Résultat System

Collect() public méthode

public Collect ( ) : double
Résultat double

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

Touch() public méthode

public Touch ( ) : void
Résultat void