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

Check the type against the map of event tag and type.

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

Syntax

Visual Basic (Declaration)
Public Sub CheckType ( _
	taggedEventTypes As EDictionary(Of String, EventType) _
)
C#
public void CheckType (
	EDictionary<string, EventType> taggedEventTypes
)
Visual C++
public:
virtual void CheckType (
	EDictionary<String^, EventType^>^ taggedEventTypes
) sealed

Parameters

taggedEventTypes
net.esper.compat.EDictionary<(Of K, V>)
map of event tags and types