C# Class PointerDeviceDriver.SimpleDispatchTimerWrapper

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SimpleDispatchTimerWrapper() public méthode

public SimpleDispatchTimerWrapper ( System.TimeSpan timeCounter, EventHandler onTimerTick ) : System
timeCounter System.TimeSpan
onTimerTick EventHandler
Résultat System

StartMonitoring() public méthode

public StartMonitoring ( ) : void
Résultat void

StopMonitoring() public méthode

public StopMonitoring ( ) : void
Résultat void