Sta Task Scheduler_tasks Field
Stores the queued tasks to be executed by our pool of STA threads.
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#
private BlockingCollection<Task> _tasksVB
Private _tasks As BlockingCollection(Of Task)