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

Implements the schedule service by simply keeping a sorted set of long millisecond values and a set of callbacks for each.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class SchedulingServiceImpl _
	Implements SchedulingService
C#
public sealed class SchedulingServiceImpl : SchedulingService
Visual C++
public ref class SchedulingServiceImpl sealed : SchedulingService

Inheritance Hierarchy

System.Object
  net.esper.schedule.SchedulingServiceImpl