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

Return the event type for a given event name, or null if none is registered for that name.

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

Syntax

Visual Basic (Declaration)
Function GetEventType ( _
	eventTypeAlias As String _
) As EventType
C#
EventType GetEventType (
	string eventTypeAlias
)
Visual C++
EventType^ GetEventType (
	String^ eventTypeAlias
)

Parameters

eventTypeAlias
System.String
is the event type alias name to return type for

Return Value

event type for named event, or null if unknown/unnamed type