IDispatcherMessageLoopInvokeIfRequiredT(ActionT, T) Method |
Executes an action synchronously with the GUI.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void InvokeIfRequired<T>(
Action<T> action,
T arg
)
Parameters
- action ActionT
- The action to execute.
- arg T
- The argument of the action.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeIfRequired``1(System.Action{``0},``0)"]
See Also