Flowsheet2SetMessageListener Method |
Namespace: DWSIM.AutomationAssembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.8.1.0
Syntax public override void SetMessageListener(
Action<string, IFlowsheetMessageType> act
)
Public Overrides Sub SetMessageListener (
act As Action(Of String, IFlowsheetMessageType)
)
Request Example
View SourceParameters
- act ActionString, IFlowsheetMessageType
-
See Also