Form FlowsheetRun Code On UIThread 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void RunCodeOnUIThread(
Action act
)VB
Public Sub RunCodeOnUIThread (
act As Action
)Parameters
- act Action
- The action to execute.