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

Implementation of the TimerFactory that uses the HighResolutionTimer.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.compat.HighResolutionTimerFactory