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.3572.0 (4.8.3572.0)
Syntax
C#
void InvokeLaterAndForget(
	TimeSpan delay,
	Action method
)

Parameters

delay  TimeSpan
The delay before executing the method.
method  Action
The method to execute.
See Also