Click or drag to resize

ITimerQueue Methods

The ITimerQueue type exposes the following members.

Methods
 NameDescription
Public methodAddOrUpdate Adds (if not already present) or updates (if already present) the item identified by the provided token.
Public methodContains Determines whether the queue contains an item identified by the provided token.
Public methodTryAdd Tries to adds the item identified by the provided token.
Public methodTryRemove(Object) Tries to remove an item from the queue.
Public methodTryRemove(Object, TimeSpan) Tries to remove an item from the queue.
Public methodTryUpdateTime Tries to update the time value of an already enqueued item.
Top
See Also