 | ConfigurationCommonAddEventType Method (String, String, Object) |
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
Syntaxpublic void AddEventType(
string eventTypeName,
string[] propertyNames,
Object[] propertyTypes
)
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
See Also