Click or drag to resize

UtilsInvokeOnUiThreadIfRequired Method

Will Invoke the action on the UI thread.

Namespace:  Openfin.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
Syntax
C#
public static void InvokeOnUiThreadIfRequired(
	Control control,
	Action action
)

Parameters

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