Click or drag to resize

UtilsInvokeOnUiThreadIfRequired Method

Will Invoke the action on the UI thread.

Namespace:  Openfin.WinForm
Assembly:  Openfin.WinForm (in Openfin.WinForm.dll) Version: 14.1.0-alpha3
Syntax
C#
public static void InvokeOnUiThreadIfRequired(
	Control control,
	Action action
)

Parameters

control
Type: System.Windows.FormsControl
A Control
action
Type: SystemAction
Action to invoke on the UI thread
See Also