Click or drag to resize

FlowsheetBaseRunCodeOnUIThread2 Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public Task RunCodeOnUIThread2(
	Action act
)
Request Example View Source

Parameters

act  Action
 

Return Value

Task

Implements

IFlowsheetRunCodeOnUIThread2(Action)
See Also