Click or drag to resize

ConfigurationCommonAddEventType Method (String, ConfigurationCommonEventTypeXMLDOM)

Add an name for an event type that represents XmlNode events.

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,
	ConfigurationCommonEventTypeXMLDOM xmlDOMEventTypeDesc
)

Parameters

eventTypeName
Type: SystemString
is the name for the event type
xmlDOMEventTypeDesc
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeXMLDOM
descriptor containing property and mapping information for XML-DOM events
See Also