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

Set the callback method to invoke for clock ticks.

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

Syntax

Visual Basic (Declaration)
WriteOnly Property Callback As TimerCallback
C#
TimerCallback Callback { set; }
Visual C++
property TimerCallback^ Callback {
	void set (TimerCallback^ value);
}