StaTaskScheduler Constructor

Initializes a new instance of the StaTaskScheduler class with the specified concurrency level.

Definition

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public StaTaskScheduler(
	int numberOfThreads
)

Parameters

numberOfThreads  Int32
The number of threads that should be created and used by this scheduler.

See Also