StaTaskScheduler Constructor |
Initializes a new instance of the StaTaskScheduler class with the specified concurrency level.
Namespace: DWSIM.FlowsheetSolver.TaskSchedulersAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public StaTaskScheduler(
int numberOfThreads
)
Public Sub New (
numberOfThreads As Integer
)
Request Example
View SourceParameters
- numberOfThreads Int32
- The number of threads that should be created and used by this scheduler.
See Also