IDispatcherMessageLoopInvokeAsync(Action) Method |
Invokes the specified callback on the message loop.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Task InvokeAsync(
Action callback
)
Parameters
- callback Action
[Missing <param name="callback"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeAsync(System.Action)"]
Return Value
TaskReturns a task that is signalled when the execution of the callback is completed.
Remarks
If the callback method causes an exception; the exception gets stored in the task object.
See Also