TriggerBasedUpdateInternalGetDueTimeNoLock Method |
Calculates the due time of the next update operation.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected TimeSpan InternalGetDueTimeNoLock(
(TimeSpan TimeOfFirstTrigger, TimeSpan TimeOfLastTrigger)? triggerTimes
)
Parameters
- triggerTimes NullableValueTupleTimeSpan, TimeSpan
[Missing <param name="triggerTimes"/> documentation for "M:Altaxo.Main.TriggerBasedUpdate.InternalGetDueTimeNoLock(System.Nullable{System.ValueTuple{System.TimeSpan,System.TimeSpan}})"]
Return Value
TimeSpanDue time of the next update operation.
See Also