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

This class is a slot in a net.esper.schedule.ScheduleBucket for sorting schedule service callbacks.

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

Syntax

Visual Basic (Declaration)
Public Class ScheduleSlot _
	Implements IComparable(Of ScheduleSlot)
C#
public class ScheduleSlot : IComparable<ScheduleSlot>
Visual C++
public ref class ScheduleSlot : IComparable<ScheduleSlot^>

Inheritance Hierarchy

System.Object
  net.esper.schedule.ScheduleSlot

See Also