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

Remove a view.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function RemoveView ( _
	view As View _
) As Boolean
C#
public virtual bool RemoveView (
	View view
)
Visual C++
public:
virtual bool RemoveView (
	View^ view
)

Parameters

view
net.esper.view.View
to remove

Return Value

true to indicate that the view to be removed existed within this view, false if the view to remove could not be found