Click or drag to resize

IDispatcherMessageLoopInvokeAndForgetT(ActionT, T) 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<T>(
	Action<T> action,
	T arg
)

Parameters

action  ActionT
The action to execute.
arg  T
The argument of the action.

Type Parameters

T

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

See Also