Click or drag to resize

StaTaskScheduler Constructor

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

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public StaTaskScheduler(
	int numberOfThreads
)
Request Example View Source

Parameters

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