Click or drag to resize

SupportUpdateListenerLastOldData Property

Returns the last array of remove-stream events that were received.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public EventBean[] LastOldData { get; set; }

Property Value

Type: EventBean
remove stream events or null if either a null value was received or when no events have been received since the last reset

Implements

SupportListenerLastOldData
See Also