[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)
Removes a view discoupling the view and any of it's parent views up the tree to the last shared parent view.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Remove ( _ eventStream As EventStream, _ view As Viewable _ ) |
C# |
---|
void Remove ( EventStream eventStream, Viewable view ) |
Visual C++ |
---|
void Remove ( EventStream^ eventStream, Viewable^ view ) |
Parameters
- eventStream
- net.esper.view.EventStream
the event stream that originates the raw events
- view
- net.esper.view.Viewable
the view (should be the last in a chain) to remove