ITimerQueueTryUpdateTime Method |
Tries to update the time value of an already enqueued item.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool TryUpdateTime(
Object token,
TimeSpan time
)
Parameters
- token Object
- The token to identify the item.
- time TimeSpan
- The new due time value.
Return Value
BooleanTrue if the item's due time could be changed.
False if the item was not present in the queue.
See Also