Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Services
TimerQueue Class
TimerQueue Methods
AddOrUpdate Method
Contains Method
Dispose Method
TryAdd Method
TryRemove Method
TryUpdateTime Method
Timer
Queue
Try
Update
Time 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#
Copy
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
ITimerQueue
TryUpdateTime(Object, TimeSpan)
See Also
Reference
TimerQueue Class
Altaxo.Main.Services Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net