Flowsheet BaseCalculation Queue Property
Gets or sets the FIFO queue of pending calculation requests consumed by the flowsheet solver.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public Queue<ICalculationArgs> CalculationQueue { get; set; }VB
Public Property CalculationQueue As Queue(Of ICalculationArgs)
Get
Set