Click or drag to resize

SystemTimerFactory Class

Implementation of the timer factory that uses the system timer.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.timersSystemTimerFactory

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

The SystemTimerFactory type exposes the following members.

Constructors
  NameDescription
Public methodSystemTimerFactory
Initializes a new instance of the SystemTimerFactory 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