C# Class Exrin.Insights.Timer

Inheritance: System.Threading.CancellationTokenSource
Afficher le fichier Open project: exrin/Exrin

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Timer ( Action callback, object state, int millisecondsDueTime, int millisecondsPeriod, bool waitForCallbackBeforeNextPeriod = false ) : System

Method Details

Dispose() protected méthode

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