C# Class DotNetWorkQueue.Metrics.Net.TimerContext

Disposable instance used to measure time.
Inheritance: ITimerContext
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TimerContext ( global timerContext ) : System

Initializes a new instance of the TimerContext class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

TimerContext() public méthode

Initializes a new instance of the TimerContext class.
public TimerContext ( global timerContext ) : System
timerContext global The timer context.
Résultat System