IDispatcherMessageLoopInvokeLaterAndForget Method |
Waits delay, then executes method on the message loop thread.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid InvokeLaterAndForget(
TimeSpan delay,
Action method
)
Parameters
- delay TimeSpan
- The delay before executing the method.
- method Action
- The method to execute.
See Also