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.3572.0 (4.8.3572.0)
Syntaxpublic bool TryRemove(
Object token
)
Parameters
- token Object
- The token to identify the item.
Return Value
Booleantrue if the item could be successfully removed; otherwise,
false.
Implements
ITimerQueueTryRemove(Object)
See Also