Click or drag to resize

CurrentTimerQueue Property

Gets an application wide timer queue to add actions to be scheduled.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ITimerQueue TimerQueue { get; }

Property Value

ITimerQueue
The timer queue.
See Also