ITimerQueueContains Method |
Determines whether the queue contains an item identified by the provided token.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool Contains(
Object token
)
Parameters
- token Object
- The token that identifies the item.
Return Value
BooleanTrue if the queue contains the item, otherwise
falseSee Also