Click or drag to resize

ITimerQueueTryUpdateTime Method

Tries to update the time value of an already enqueued item.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool TryUpdateTime(
	Object token,
	TimeSpan time
)

Parameters

token  Object
The token to identify the item.
time  TimeSpan
The new due time value.

Return Value

Boolean
True if the item's due time could be changed. False if the item was not present in the queue.
See Also