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

Remove a filter callback, returning true if it was found and removed or false if not in collection.

NOTE: the client to this method must use the read-write lock of this object to lock, if required by the clientcode.

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

Syntax

Visual Basic (Declaration)
Public Function Remove ( _
	filterCallback As FilterCallback _
) As Boolean
C#
public bool Remove (
	FilterCallback filterCallback
)
Visual C++
public:
bool Remove (
	FilterCallback^ filterCallback
)

Parameters

filterCallback
net.esper.filter.FilterCallback
is the callback to remove

Return Value

true if found, false if not existing