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