Click or drag to resize

FlowsheetSolverProcessQueueInternalAsyncParallel Method

This is the internal routine called by ProcessCalculationQueue when background parallel threads are used to calculate the flowsheet.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
private static List<Exception> ProcessQueueInternalAsyncParallel(
	Object fobj,
	Dictionary<int, List<CalculationArgs>> orderedlist,
	CancellationToken ct
)
Request Example View Source

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.

Return Value

ListException
See Also