StaTaskScheduler_tasks Field |
Stores the queued tasks to be executed by our pool of STA threads.
Namespace: DWSIM.FlowsheetSolver.TaskSchedulersAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax private BlockingCollection<Task> _tasks
Private _tasks As BlockingCollection(Of Task)
Request Example
View SourceField Value
BlockingCollectionTaskSee Also