Click or drag to resize

TimerQueueTryUpdateTime Method

Tries to change the due time of an item already 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 TryUpdateTime(
	Object token,
	TimeSpan time
)

Parameters

token  Object
The token that identifies the item.
time  TimeSpan
The new due time.

Return Value

Boolean
True if the change was sucessfull; false if the item was not in the queue.

Implements

ITimerQueueTryUpdateTime(Object, TimeSpan)
See Also