Click or drag to resize

UpdateEventArgsOldEvents Property

Gets the old events. This will be null or empty if the Update is for new events only.

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

Property Value

Type: EventBean
The old events.
See Also