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

Add an index. The same index can be added twice - there is no checking done.

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 Sub Add ( _
	index As FilterParamIndex _
)
C#
public void Add (
	FilterParamIndex index
)
Visual C++
public:
void Add (
	FilterParamIndex^ index
)

Parameters

index
net.esper.filter.FilterParamIndex
index to add