FormFlowsheetRunCodeOnUIThread Method

Executes an action synchronously on the UI thread, using Invoke(Delegate) when called from a background thread.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RunCodeOnUIThread(
	Action act
)

Parameters

act  Action
The action to execute.

Implements

IFlowsheetRunCodeOnUIThread(Action)

See Also