Click or drag to resize

TriggerBasedUpdate Constructor

Initializes a new instance of the TriggerBasedUpdate class. After creating this instance, set some of the timing parameters, and then subscribe to the UpdateAction event. This will activate the instance.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TriggerBasedUpdate(
	ITimerQueue queue
)

Parameters

queue  ITimerQueue
The underlying queue (in most cases you should use TimerQueue.
Exceptions
ExceptionCondition
ArgumentNullExceptionqueue
See Also