Click or drag to resize

MultiThreadedTaskScheduler Constructor (Int32)

Initializes a new instance of the MultiThreadedTaskScheduler class

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MultiThreadedTaskScheduler(
	int threadCount
)

Parameters

threadCount
Type: SystemInt32

[Missing <param name="threadCount"/> documentation for "M:com.espertech.esper.compat.concurrency.MultiThreadedTaskScheduler.#ctor(System.Int32)"]

See Also