[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 index, returning true if it was found and removed or false if not in
collection.
Namespace: net.esper.filter
NOTE: the client to this method must use the read-write lock of this object to lock, if required by the clientcode.
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Remove ( _ index As FilterParamIndex _ ) As Boolean |
C# |
---|
public bool Remove ( FilterParamIndex index ) |
Visual C++ |
---|
public: bool Remove ( FilterParamIndex^ index ) |
Parameters
- index
- net.esper.filter.FilterParamIndex
is the index to remove