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

Gets the type of the event.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetEventType ( _
	eventName As String _
) As EventType
C#
public virtual EventType GetEventType (
	string eventName
)
Visual C++
public:
virtual EventType^ GetEventType (
	String^ eventName
)

Parameters

eventName
System.String
Name of the event.

Return Value