Click or drag to resize

DefaultExecutorService Constructor (TaskFactory)

Initializes a new instance of the DefaultExecutorService class.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DefaultExecutorService(
	TaskFactory taskFactory
)

Parameters

taskFactory
Type: System.Threading.TasksTaskFactory
The task factory.
See Also