Click or drag to resize

IDispatcherMessageLoopInvokeAndForgetT1, T2, T3, T4(ActionT1, T2, T3, T4, T1, T2, T3, T4) 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, 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

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

T2

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

T3

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

T4

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

See Also