TimerQueueContains Method |
Determines whether the item identified by the token is still in the queue.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Contains(
Object token
)
Parameters
- token Object
- The token to identify the item.
Return Value
BooleanTrue if the item is still in the queue;
false otherwise.
Implements
ITimerQueueContains(Object)See Also