Click or drag to resize

IDispatcherMessageLoopInvokeIfRequiredT1, T2(ActionT1, T2, T1, T2) Method

Executes an action synchronously with the GUI.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InvokeIfRequired<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.InvokeIfRequired``2(System.Action{``0,``1},``0,``1)"]

T2

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

See Also