DispatcherTimer Constructor
Overload List
| DispatcherTimer() | Creates a timer that uses theUI thread's Dispatcher2 to process the timer event at background priority. | 
| DispatcherTimer(DispatcherPriority) | Creates a timer that uses the UI thread's Dispatcher2 to process the timer event at the specified priority. | 
| DispatcherTimer(TimeSpan, DispatcherPriority, EventHandler) | Creates a timer that uses the UI thread's Dispatcher2 to process the timer event at the specified priority after the specified timeout. |