ITimerQueueTryRemove(Object, TimeSpan) Method |
Tries to remove an item from the queue.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool TryRemove(
Object token,
out TimeSpan dueTime
)
Parameters
- token Object
- The token to identify the item.
- dueTime TimeSpan
- If the removal was successfull, contains the due time value of the removed item.
Return Value
BooleanTrue if the item could be successfully removed.
False if the item was not present in the queue.
See Also