Click or drag to resize

HighResolutionTimerFactory Class

Implementation of the TimerFactory that uses the HighResolutionTimer.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.timersHighResolutionTimerFactory

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class HighResolutionTimerFactory : ITimerFactory

The HighResolutionTimerFactory type exposes the following members.

Constructors
  NameDescription
Public methodHighResolutionTimerFactory
Initializes a new instance of the HighResolutionTimerFactory class
Top
Methods
  NameDescription
Public methodCreateTimer
Creates a timer. The timer will begin after dueTime (in milliseconds) has passed and will occur at an interval specified by the period.
Top
See Also