Click or drag to resize

ConfigurationCommonAddEventType Method (String, Type)

Add an name for an event type represented by plain-old object events. Note that when adding multiple names for the same type the names represent an alias to the same event type since event type identity for types is per type.

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(
	string eventTypeName,
	Type eventClass
)

Parameters

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