Click or drag to resize

TriggerBasedUpdateInternalGetDueTimeNoLock Method

Calculates the due time of the next update operation.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected TimeSpan InternalGetDueTimeNoLock(
	(TimeSpan TimeOfFirstTrigger, TimeSpan TimeOfLastTrigger)? triggerTimes
)

Parameters

triggerTimes  NullableValueTupleTimeSpan, TimeSpan
The first and last trigger times that are currently pending, if any.

Return Value

TimeSpan
Due time of the next update operation.
See Also