Timer in Silverlight - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T14:41:00Zhttp://stackoverflow.com/feeds/question/839875http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/839875/timer-in-silverlight2Timer in SilverlightfARcRY2009-05-08T13:52:45Z2009-07-24T10:25:54Z
<p>Is there another Timer object that can be used in Silverlight except for the System.Threading.Timer object?</p>
http://stackoverflow.com/questions/839875/timer-in-silverlight/839928#8399286Answer by AndrewS for Timer in SilverlightAndrewS2009-05-08T14:02:53Z2009-05-08T14:02:53Z<p>Check out the DispatcherTimer: <a href="http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer%28VS.95%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer(VS.95).aspx</a></p>
http://stackoverflow.com/questions/839875/timer-in-silverlight/1176831#11768310Answer by machina_pl for Timer in Silverlightmachina_pl2009-07-24T10:25:54Z2009-07-24T10:25:54Z<p>storyboard is a timer too</p>