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.3572.0 (4.8.3572.0)
Syntaxvoid InvokeIfRequired(
Action callback
)
Parameters
- callback Action
- The callback to execute.
See Also