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

Remove the event evaluation instance for the given constant. Returns true if the constant was found, or false if not. The calling class must make sure that access to the underlying resource is protected for multi-threaded writes, the ReadWriteLock method must supply a lock for this purpose.

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

Syntax

Visual Basic (Declaration)
Public Overrides Function Remove ( _
	filterConstant As Object _
) As Boolean
C#
public override bool Remove (
	Object filterConstant
)
Visual C++
public:
virtual bool Remove (
	Object^ filterConstant
) override

Parameters

filterConstant
System.Object
is the value supplied in the filter paremeter

Return Value

true if found and removed, false if not found