[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implementation of the timer factory that uses the system timer.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class SystemTimerFactory _
	Implements ITimerFactory
C#
public class SystemTimerFactory : ITimerFactory
Visual C++
public ref class SystemTimerFactory : ITimerFactory

Inheritance Hierarchy

System.Object
  net.esper.compat.SystemTimerFactory