[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 an filterCallback from the given top node. The IndexTreePath instance passed in must be thesame as obtained when the same filterCallback was added.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ filterCallback As FilterCallback, _ treePathInfo As IndexTreePath, _ topNode As FilterCallbackSetNode _ ) |
C# |
---|
public void Remove ( FilterCallback filterCallback, IndexTreePath treePathInfo, FilterCallbackSetNode topNode ) |
Visual C++ |
---|
public: void Remove ( FilterCallback^ filterCallback, IndexTreePath^ treePathInfo, FilterCallbackSetNode^ topNode ) |
Parameters
- filterCallback
- net.esper.filter.FilterCallback
filter callback to be removed
- treePathInfo
- net.esper.filter.IndexTreePath
encapsulates information need to allow for safe removal of the filterCallback
- topNode
- net.esper.filter.FilterCallbackSetNode
The top tree node beneath which the filterCallback was added