IDispatcherMessageLoopInvokeIfRequiredT1, T2, T3, T4(ActionT1, T2, T3, T4, T1, T2, T3, T4) 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<T1, T2, T3, T4>(
Action<T1, T2, T3, T4> action,
T1 arg1,
T2 arg2,
T3 arg3,
T4 arg4
)
Parameters
- action ActionT1, T2, T3, T4
- The action to execute.
- arg1 T1
- The first argument of the action.
- arg2 T2
- The second argument of the action.
- arg3 T3
- The 3rd argument of the action.
- arg4 T4
- The 4th argument of the action.
Type Parameters
- T1
- The type of the first action argument.
- T2
- The type of the second action argument.
- T3
- The type of the third action argument.
- T4
- The type of the fourth action argument.
See Also