UtilsInvokeOnUiThreadIfRequired Method |
Will Invoke the action on the UI thread.
Namespace:
Openfin.WPF
Assembly:
Openfin.WPF (in Openfin.WPF.dll) Version: 17.6.1
Syntaxpublic 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