Flowsheet Solver 2Process Queue Internal Async Method
This is the internal routine called by ProcessCalculationQueue when a background thread is 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 List<Exception> ProcessQueueInternalAsync(
Object fobj,
CancellationToken ct
)VB
Private Function ProcessQueueInternalAsync (
fobj As Object,
ct As CancellationToken
) As List(Of Exception)Parameters
- fobj Object
- Flowsheet to be calculated (FormChild object)
- ct CancellationToken
- The cancellation token, used to listen for calculation cancellation requests from the user.