Click or drag to resize

TimerQueueContains Method

Determines whether the item identified by the token is still in the queue.

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

Parameters

token  Object
The token to identify the item.

Return Value

Boolean
True if the item is still in the queue; false otherwise.

Implements

ITimerQueueContains(Object)
See Also