Click or drag to resize

HarmonicTimer Class

Thread-based timer that used a harmonic algorithm to ensure that the thread clicks at a regular interval.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.timersHarmonicTimer

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class HarmonicTimer : ITimer, 
	IDisposable

The HarmonicTimer type exposes the following members.

Constructors
  NameDescription
Public methodHarmonicTimer
Creates the timer and wraps it
Top
Methods
See Also