IDispatcherMessageLoopInvokeAndForgetT1, T2(ActionT1, T2, T1, T2) Method |
Executes an action synchronously with the Gui without waiting.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void InvokeAndForget<T1, T2>(
Action<T1, T2> action,
T1 arg1,
T2 arg2
)
Parameters
- action ActionT1, T2
- The action to execute.
- arg1 T1
- The first argument of the action.
- arg2 T2
- The second argument of the action.
Type Parameters
- T1
[Missing <typeparam name="T1"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAndForget``2(System.Action{``0,``1},``0,``1)"]
- T2
[Missing <typeparam name="T2"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAndForget``2(System.Action{``0,``1},``0,``1)"]
See Also