Namespace: DWSIM.AutomationAssembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.8.1.0
Syntax public Flowsheet2(
Action<string, IFlowsheetMessageType> messageListener,
Action updateUIhandler
)
Public Sub New (
messageListener As Action(Of String, IFlowsheetMessageType),
updateUIhandler As Action
)
Request Example
View SourceParameters
- messageListener ActionString, IFlowsheetMessageType
-
- updateUIhandler Action
-
See Also