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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TriggerBasedUpdate(
ITimerQueue queue
)
Parameters
- queue ITimerQueue
- The underlying queue (in most cases you should use TimerQueue.
Exceptions See Also