Click or drag to resize

TimerQueueTryRemove(Object, TimeSpan) Method

Tries the remove an item identified by a token from the queue.

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

Parameters

token  Object
The token to identify the item.
dueTime  TimeSpan
On success, contains the removed item.

Return Value

Boolean
True if the item could be sucessfully removed; false if the item was not in the queue.

Implements

ITimerQueueTryRemove(Object, TimeSpan)
See Also