Click or drag to resize

SupportUpdateListenerGetAndResetDataListsFlattened Method

Returns a pair of insert and remove stream event arrays considering the all invocations, and resets the listener.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public UniformPair<EventBean[]> GetAndResetDataListsFlattened()

Return Value

Type: UniformPairEventBean
pair of event arrays, the first in the pair is the insert stream data, the second in the pair is the remove stream data

Implements

SupportListenerGetAndResetDataListsFlattened
See Also