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

Event for externally controlling the time within an net.esper.client.EPRuntime instance. External clocking must be enabled via net.esper.client.time.TimerControlEvent before this class can be used to externally feed time.

Namespace: net.esper.client.time
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CurrentTimeEvent _
	Inherits TimerEvent
C#
public sealed class CurrentTimeEvent : TimerEvent
Visual C++
public ref class CurrentTimeEvent sealed : public TimerEvent

Inheritance Hierarchy

System.Object
  net.esper.client.time.TimerEvent
    net.esper.client.time.CurrentTimeEvent

See Also