[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)
Validates a filter specification.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub Validate ( _ filterSpec As FilterSpec, _ optionalTaggedEventTypes As EDictionary(Of String, EventType) _ ) |
C# |
---|
public static void Validate ( FilterSpec filterSpec, EDictionary<string, EventType> optionalTaggedEventTypes ) |
Visual C++ |
---|
public: static void Validate ( FilterSpec^ filterSpec, EDictionary<String^, EventType^>^ optionalTaggedEventTypes ) |
Parameters
- filterSpec
- net.esper.filter.FilterSpec
is the filter spec to validate
- optionalTaggedEventTypes
- net.esper.compat.EDictionary<(Of K, V>)
is a optional list of result events and event types for filter specifications that contain references to result events