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

Returns the number of filter callbacks stored.

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 ReadOnly Property FilterCallbackCount As Integer
C#
public int FilterCallbackCount { get; }
Visual C++
public:
property int FilterCallbackCount {
	int get ();
}

Return Value

number of filter callbacks stored