Click or drag to resize

ITimerQueueTryRemove(Object) Method

Tries to remove an item from the queue.

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

Parameters

token  Object
The token to identify the item.

Return Value

Boolean
True if the item could be successfully removed. False if the item was not present in the queue.
See Also