ITimer |
The ITimerQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| AddOrUpdate | Adds (if not already present) or updates (if already present) the item identified by the provided token. | |
| Contains | Determines whether the queue contains an item identified by the provided token. | |
| TryAdd | Tries to adds the item identified by the provided token. | |
| TryRemove(Object) | Tries to remove an item from the queue. | |
| TryRemove(Object, TimeSpan) | Tries to remove an item from the queue. | |
| TryUpdateTime | Tries to update the time value of an already enqueued item. |