ITimer |
public interface ITimerQueue
The ITimerQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentTime | Gets the current time of the underlying high resolution clock. This is a relative value, e.g. relative to the start time of the clock. |
| 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. |