Click or drag to resize

IDispatcherMessageLoopInvokeAsyncT(FuncT) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAsync``1(System.Func{``0})"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Task<T> InvokeAsync<T>(
	Func<T> callback
)

Parameters

callback  FuncT

[Missing <param name="callback"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAsync``1(System.Func{``0})"]

Type Parameters

T

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

Return Value

TaskT

[Missing <returns> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAsync``1(System.Func{``0})"]

See Also