C# Class Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.Timer.Timer

The timer implementation.
Inheritance: ITimer, IDisposable
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes resources allocated by this type.

ScheduleNextTick ( System.TimeSpan dueTime ) : void

Changes the timer's parameters.

Stop ( ) : void

Stops the timer.

Timer ( TimerCallback callback ) : System

Initializes a new instance of the Timer class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose implementation.

Method Details

Dispose() public méthode

Disposes resources allocated by this type.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Dispose implementation.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ScheduleNextTick() public méthode

Changes the timer's parameters.
public ScheduleNextTick ( System.TimeSpan dueTime ) : void
dueTime System.TimeSpan The due time.
Résultat void

Stop() public méthode

Stops the timer.
public Stop ( ) : void
Résultat void

Timer() public méthode

Initializes a new instance of the Timer class.
public Timer ( TimerCallback callback ) : System
callback TimerCallback The callback.
Résultat System