Click or drag to resize

ITimerFactory Interface

Factory object that creates timers.

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

The ITimerFactory type exposes the following members.

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