[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ bucketNum As Integer, _ slotNum As Integer _ ) |
C# |
---|
public ScheduleSlot ( int bucketNum, int slotNum ) |
Visual C++ |
---|
public: ScheduleSlot ( int bucketNum, int slotNum ) |
Parameters
- bucketNum
- System.Int32
is the number of the bucket the slot belongs to
- slotNum
- System.Int32
is the slot number for ordering within the bucket