[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)
Set the callback method to invoke for clock ticks.
Namespace: net.esper.timer
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public WriteOnly Property Callback As TimerCallback |
C# |
---|
public TimerCallback Callback { set; } |
Visual C++ |
---|
public: virtual property TimerCallback^ Callback { void set (TimerCallback^ value) sealed; } |