Click or drag to resize

TriggerBasedUpdateEhTimerElapsed Method

Called by the timer queue if our timer has elapsed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void EhTimerElapsed(
	Object timerQueueToken,
	TimeSpan dueTime
)

Parameters

timerQueueToken  Object
The token that identifies the timer queue entry.
dueTime  TimeSpan
The due time at which the timer elapsed.
See Also