Flowsheet SolverProcess Queue Internal Async Parallel Method
This is the internal routine called by ProcessCalculationQueue when background parallel threads are used to calculate the flowsheet.
Definition
Namespace: DWSIM.FlowsheetSolver
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 static List<Exception> ProcessQueueInternalAsyncParallel(
Object fobj,
Dictionary<int, List<CalculationArgs>> orderedlist,
CancellationToken ct
)VB
Private Shared Function ProcessQueueInternalAsyncParallel (
fobj As Object,
orderedlist As Dictionary(Of Integer, List(Of CalculationArgs)),
ct As CancellationToken
) As List(Of Exception)Parameters
- fobj Object
- Flowsheet to be calculated (FormChild object)
- orderedlist DictionaryInt32, ListCalculationArgs
- ct CancellationToken
- The cancellation token, used to listen for calculation cancellation requests from the user.