Click or drag to resize

EPAssertionUtilEventsToObjectArr Method (EventBean, String)

Extract the property value of the event property for the given events and return an object array of values.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static Object[] EventsToObjectArr(
	EventBean[] events,
	string propertyName
)

Parameters

events
Type: com.espertech.esper.common.clientEventBean
to extract value from
propertyName
Type: SystemString
name of property to extract values for

Return Value

Type: Object
value object array
See Also