Click or drag to resize

EPEventServiceTimeControlClockInternal Method

Switches on the internal timer which tracks system time. There is no effect if the runtime is already on internal time.

Your application may not want to use {@link #advanceTime(long)}, {@link #advanceTimeSpan(long)} or {@link #advanceTimeSpan(long, long)} after calling this method, since time advances according to JVM time.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void ClockInternal()
See Also