[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 events.
Namespace: net.esper.eql.join.table
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Remove ( _ events As EventBean() _ ) |
C# |
---|
public virtual void Remove ( EventBean[] events ) |
Visual C++ |
---|
public: virtual void Remove ( array<EventBean^>^ events ) |
Parameters
- events
- net.esper.events.EventBean[]
to be removed, can be null instead of an empty array.