TriggerBasedUpdateInternalGetDueTimeNoLock Method |
Calculates the due time of the next update operation.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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
TimeSpanDue time of the next update operation.
See Also