TriggerBasedUpdateEhTimerElapsed Method |
Called by the timer queue if our timer has elapsed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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