Click or drag to resize

com.espertech.esper.compat.timers Namespace

[Missing <summary> documentation for "N:com.espertech.esper.compat.timers"]

Classes
  ClassDescription
Public classHarmonicTimer
Thread-based timer that used a harmonic algorithm to ensure that the thread clicks at a regular interval.
Public classHighResolutionTimer
Windows timers are based on the system timer. The system timer runs at a frequency of about 50-60 hz depending on your machine. This presents a problem for applications that require finer granularity. The HighRes timer allows us to get better granularity, but currently it only works on Windows. Thanks to Luc Pattyn for clarifying some of the issues with high resolution timers with the post on CodeProject.
Public classHighResolutionTimerTimerEventHandler
Delegate that is called by the windows multimedia timer upon trigger of the timer.
Public classHighResolutionTimerFactory
Implementation of the TimerFactory that uses the HighResolutionTimer.
Public classSystemTimerFactory
Implementation of the timer factory that uses the system timer.
Public classTimerException
A general purpose exception for timer events
Public classTimerFactory
Creates timers.
Interfaces
  InterfaceDescription
Public interfaceITimer
An object that represents a timer. Timers must be disposable.
Public interfaceITimerFactory
Factory object that creates timers.