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

Returns the values for the filter, using the supplied result events to ask filter parameters for the value to filter for.

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

Syntax

Visual Basic (Declaration)
Public Function GetValueSet ( _
	matchedEvents As MatchedEventMap _
) As FilterValueSet
C#
public FilterValueSet GetValueSet (
	MatchedEventMap matchedEvents
)
Visual C++
public:
FilterValueSet^ GetValueSet (
	MatchedEventMap^ matchedEvents
)

Parameters

matchedEvents
net.esper.pattern.MatchedEventMap
contains the result events to use for determining filter values

Return Value

filter values