IDispatcherMessageLoopInvokeIfRequired(Action) Method |
Invokes the specified callback on the message loop and waits for its completion.
If the current thread is the thread running the message loop, executes the callback
directly without pumping the message loop.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void InvokeIfRequired(
Action callback
)
Parameters
- callback Action
[Missing <param name="callback"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeIfRequired(System.Action)"]
See Also