Click or drag to resize

EPEventServiceNumEventsEvaluated Property

Number of events evaluated over the lifetime of the event stream processing runtime, or since the last resetStats() call.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
long NumEventsEvaluated { get; }

Property Value

Type: Int64
number of events received
See Also