Click or drag to resize

IDispatcherMessageLoopInvokeLaterAndForget Method

Waits delay, then executes method on the message loop thread.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InvokeLaterAndForget(
	TimeSpan delay,
	Action method
)

Parameters

delay  TimeSpan

[Missing <param name="delay"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeLaterAndForget(System.TimeSpan,System.Action)"]

method  Action

[Missing <param name="method"/> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.InvokeLaterAndForget(System.TimeSpan,System.Action)"]

See Also