Click or drag to resize

TimerQueue(IHighResolutionClock) Constructor

Initializes a new instance of the TimerQueue class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TimerQueue(
	IHighResolutionClock clock
)

Parameters

clock  IHighResolutionClock
The underlying high resolution clock.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument clock is null
See Also