Click or drag to resize

EPEventTypeServiceGetEventTypePreconfigured Method

Returns the event type for a preconfigured event type.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
EventType GetEventTypePreconfigured(
	string eventTypeName
)

Parameters

eventTypeName
Type: SystemString
event type name of a preconfigured event type

Return Value

Type: EventType
event type or null if not found
See Also