Click or drag to resize

MultiThreadedTaskSchedulerNumExecuted Property

Gets the number of items executed.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public int NumExecuted { get; }

Property Value

Type: Int32
The num executed.
See Also