Click or drag to resize

ConfigurationCommonAddEventType Method (Type)

Add an name for an event type represented by plain-old object events, and the name is the simple class name of the class.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddEventType(
	Type eventClass
)

Parameters

eventClass
Type: SystemType
is the event class for which to add the name
See Also