FlowsheetSolverProcessQueueInternalAsync Method |
This is the internal routine called by ProcessCalculationQueue when a background thread is used to calculate the flowsheet.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax private static List<Exception> ProcessQueueInternalAsync(
Object fobj,
CancellationToken ct
)
Private Shared Function ProcessQueueInternalAsync (
fobj As Object,
ct As CancellationToken
) As List(Of Exception)
Request Example
View SourceParameters
- fobj Object
- Flowsheet to be calculated (FormChild object)
- ct CancellationToken
- The cancellation token, used to listen for calculation cancellation requests from the user.
Return Value
ListExceptionSee Also