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.3179.0 (4.8.3179.0)
Syntax
C#
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

TimeSpan
Due time of the next update operation.
See Also