C# Class Exrin.Insights.Timer

Inheritance: System.Threading.CancellationTokenSource
Show file Open project: exrin/Exrin

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void