Click or drag to resize

DedicatedExecutorServiceNumExecuted Property

Gets the number of tasks executed.

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

Property Value

Type: Int64
The number of tasks executed.
See Also