TimerItem Members

Defines a timer item.

The TimerItem type exposes the following members.

Constructors

  Name Description
Public method TimerItem Initializes a new instance of the [TimerItem] class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset()()()() Resets the timer item by rescheduling it for a period of time equal to the original timer span.
Public method Reset(TimeSpan) Resets the timer item by rescheduling it for the new period of time specified.
Public method Start Enables the timer item by setting the expiration time and adding the item to the queue.
Public method Stop Disables the timer item by removing it from the timer queue and resetting the expiration time.
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event Expired Raised when the item expires.

Top

See Also

Reference

TimerItem Class

Microsoft.Rtc.Signaling Namespace