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

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)
Sub Remove ( _
	callback As ScheduleCallback, _
	slot As ScheduleSlot _
)
C#
void Remove (
	ScheduleCallback callback,
	ScheduleSlot slot
)
Visual C++
void Remove (
	ScheduleCallback^ callback, 
	ScheduleSlot^ slot
)

Parameters

callback
net.esper.schedule.ScheduleCallback
to remove
slot
net.esper.schedule.ScheduleSlot
for which the callback was added