Click or drag to resize

EPAssertionUtilGetUnderlying Method

Return an array of underlying objects for an array of events.

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

Parameters

events
Type: com.espertech.esper.common.clientEventBean
to return underlying objects

Return Value

Type: Object
events
See Also