Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for Timers.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Nov 17, 2009 (6 days ago)
    In this short video Victor Gaudioso shows you how to create a Silverlight Timer using the DispatcherTimer class.

    I then show you a real world example where you would use a timer in Silverlight.



  • 0 comments  /  posted by  Silverlight Show  on  Apr 21, 2009 (7 months ago)
    Tags: Timers , Threads
    Al Pascual discusses Timers and multiple threads in his latest Silverlight 2 article.

    Most people use DispatcherTimer in Silverlight as a way to have a multithreaded Silverlight application, yet even when DispatcherTimer gives you the way to call methods on an interval, is not multithreaded and needs to interrupt other tasks to trigger the event on the main application thread.