[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Removes the specified events.
Namespace: net.esper.eql.join.table
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Remove ( _
removeEvents As EventBean() _
) |
C# |
---|
public virtual void Remove (
EventBean[] removeEvents
) |
Visual C++ |
---|
public:
virtual void Remove (
array<EventBean^>^ removeEvents
) |
Parameters
- removeEvents
- net.esper.events.EventBean[]
The events to remove.