TimerQueueTryRemove(Object, TimeSpan) Method |
Tries the remove an item identified by a token from the queue.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryRemove(
Object token,
out TimeSpan dueTime
)
Parameters
- token Object
- The token to identify the item.
- dueTime TimeSpan
- On success, contains the removed item.
Return Value
BooleanTrue if the item could be sucessfully removed;
false if the item was not in the queue.
Implements
ITimerQueueTryRemove(Object, TimeSpan)See Also