Click or drag to resize

ITimerQueueContains Method

Determines whether the queue contains an item identified by the provided token.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool Contains(
	Object token
)

Parameters

token  Object
The token that identifies the item.

Return Value

Boolean
True if the queue contains the item, otherwise false
See Also