CurrentTimerQueue Property |
Gets an application wide timer queue to add actions to be scheduled.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ITimerQueue TimerQueue { get; }
Property Value
ITimerQueue
The timer queue.
See Also