IDispatcherMessageLoopInvokeIfRequiredT(ActionT, T) Method |
Executes an action synchronously on the message loop thread.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid InvokeIfRequired<T>(
Action<T> action,
T arg
)
Parameters
- action ActionT
- The action to execute.
- arg T
- The argument of the action.
Type Parameters
- T
- The type of the action argument.
See Also