TimerQueueTryRemove(Object) 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
)
Parameters
- token Object
- The token to identify the item.
Return Value
BooleanTrue if the item could be sucessfully removed;
false if the item was not in the queue.
Implements
ITimerQueueTryRemove(Object)See Also