Click or drag to resize

FlowsheetBaseSetMessageListener Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public abstract void SetMessageListener(
	Action<string, IFlowsheetMessageType> act
)
Request Example View Source

Parameters

act  ActionString, IFlowsheetMessageType
 

Implements

IFlowsheetSetMessageListener(ActionString, IFlowsheetMessageType)
See Also