Click or drag to resize

EventBeanServiceAdapterForTypedObjectArray Method

Construct an event bean for a given Object-Array and given the Object-Array-event-type

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventBean AdapterForTypedObjectArray(
	Object[] props,
	EventType eventType
)

Parameters

props
Type: SystemObject
event underlying
eventType
Type: com.espertech.esper.common.clientEventType
event type (Object-array only)

Return Value

Type: EventBean
event bean
See Also