[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)
Remove a callback.
If the callback to be removed was not found an exception is thrown.
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ callback As ScheduleCallback, _ slot As ScheduleSlot _ ) |
C# |
---|
public void Remove ( ScheduleCallback callback, ScheduleSlot slot ) |
Visual C++ |
---|
public: virtual void Remove ( ScheduleCallback^ callback, ScheduleSlot^ slot ) sealed |
Parameters
- callback
- net.esper.schedule.ScheduleCallback
to remove
- slot
- net.esper.schedule.ScheduleSlot
for which the callback was added