C# Class PointerDeviceDriver.SimpleDispatchTimerWrapper

Simple object that embeds a DispatchTimer that triggers a method given in the constructor
Inheritance: IDisposable
Mostra file Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SimpleDispatchTimerWrapper ( System.TimeSpan timeCounter, EventHandler onTimerTick ) : System
StartMonitoring ( ) : void
StopMonitoring ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SimpleDispatchTimerWrapper() public method

public SimpleDispatchTimerWrapper ( System.TimeSpan timeCounter, EventHandler onTimerTick ) : System
timeCounter System.TimeSpan
onTimerTick EventHandler
return System

StartMonitoring() public method

public StartMonitoring ( ) : void
return void

StopMonitoring() public method

public StopMonitoring ( ) : void
return void