Click or drag to resize

MultiThreadedTaskScheduler Constructor (Int32, ThreadFactory)

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,
	ThreadFactory threadFactory
)

Parameters

threadCount
Type: SystemInt32

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

threadFactory
Type: com.espertech.esper.compat.threadingThreadFactory

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

See Also