Click or drag to resize

IDispatcherMessageLoopInvokeAndForgetT1, T2, T3(ActionT1, T2, T3, T1, T2, T3) Method

Executes an action synchronously with the Gui without waiting.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InvokeAndForget<T1, T2, T3>(
	Action<T1, T2, T3> action,
	T1 arg1,
	T2 arg2,
	T3 arg3
)

Parameters

action  ActionT1, T2, T3
The action to execute.
arg1  T1
The 1st argument of the action.
arg2  T2
The 2nd argument of the action.
arg3  T3
The 3rd argument of the action.

Type Parameters

T1

[Missing <typeparam name="T1"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAndForget``3(System.Action{``0,``1,``2},``0,``1,``2)"]

T2

[Missing <typeparam name="T2"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAndForget``3(System.Action{``0,``1,``2},``0,``1,``2)"]

T3

[Missing <typeparam name="T3"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAndForget``3(System.Action{``0,``1,``2},``0,``1,``2)"]

See Also