The TimerItemtype exposes the following members.

Constructors

  Name Description
TimerItem
Initializes a new instance of the TimerItem class.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Reset Overloaded.
Start
Enables the timer item by setting the expiry time and adding the item to the queue.
Stop
Disables the timer by removing the item from the timer queue and by resetting the expiry time.
ToString (Inherited from Object.)

Properties

  Name Description
IsStarted
Gets the current timer item status.
RemainingTime
Gets the remaining time span for TimerItem before the TimerItem expires.
TimerSpan
Gets the timer span value.
Wheel
Gets the timer wheel.

Events

  Name Description
Expired
Raised when the item expires.

See Also