Click or drag to resize

ExecutorsNewFixedThreadPool Method

Creates a fixed thread pool executor.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IExecutorService NewFixedThreadPool(
	int numThreads,
	ThreadFactory threadFactory
)

Parameters

numThreads
Type: SystemInt32
The number threads.
threadFactory
Type: com.espertech.esper.compat.threadingThreadFactory
the thread factory.

Return Value

Type: IExecutorService

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.Executors.NewFixedThreadPool(System.Int32,com.espertech.esper.compat.threading.ThreadFactory)"]

See Also