Sta Task Scheduler 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
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public StaTaskScheduler(
int numberOfThreads
)VB
Public Sub New (
numberOfThreads As Integer
)Parameters
- numberOfThreads Int32
- The number of threads that should be created and used by this scheduler.