Share via


DispatcherTimer Members

The following tables list the members exposed by the DispatcherTimer type.

Public Constructors

Name Description
Public Method DispatcherTimer Overloaded. Initializes a new instance of the DispatcherTimer class.

Public Properties

Name Description
Public Property Dispatcher Gets the Dispatcher object (dispatcher) associated with the current DispatcherTimer object (timer).
Public Property Interval Gets or sets the current DispatcherTimer object's defined time interval.
Public Property IsEnabled Gets or sets a Boolean value that indicates whether a particular DispatcherTimer object (timer) is enabled — that is, currently running.
Public Property Tag Gets or sets a user-defined data object that is passed to the Tick event handler.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Start Starts a DispatcherTimer object's timer.
Public Method Stop Stops a DispatcherTimer object's timer.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event Tick Occurs when the specified time interval for the current DispatcherTimer object (timer) has elapsed and the timer is enabled.

See Also

Reference

DispatcherTimer Class
Microsoft.SPOT Namespace