Click or drag to resize

ConfigurationCommonAddEventType Method (String, String, Object, ConfigurationCommonEventTypeObjectArray)

Add an event type that represents Object-array (Object[]) 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,
	string[] propertyNames,
	Object[] propertyTypes,
	ConfigurationCommonEventTypeObjectArray optionalConfiguration
)

Parameters

eventTypeName
Type: SystemString
is the name for the event type
propertyNames
Type: SystemString
name of each property, length must match number of types
propertyTypes
Type: SystemObject
type of each property, length must match number of names
optionalConfiguration
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeObjectArray
object-array type configuration
See Also