[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets the default timer factory
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property DefaultTimerFactory As ITimerFactory |
C# |
---|
public static ITimerFactory DefaultTimerFactory { get; set; } |
Visual C++ |
---|
public: static property ITimerFactory^ DefaultTimerFactory { ITimerFactory^ get (); void set (ITimerFactory^ value); } |