Click or drag to resize

EventBeanServiceGetExistsTypeByName Method

Look up an event type by name,

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventType GetExistsTypeByName(
	string eventTypeName
)

Parameters

eventTypeName
Type: SystemString
to look up

Return Value

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