Click or drag to resize

DedicatedExecutorService Constructor (String, Int32)

Initializes a new instance of the DedicatedExecutorService class.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DedicatedExecutorService(
	string label,
	int numThreads
)

Parameters

label
Type: SystemString
The label.
numThreads
Type: SystemInt32
The num threads.
See Also