Check for updates periodically

Posted by jstawski on Stack Overflow See other posts from Stack Overflow or by jstawski
Published on 2010-03-12T19:06:42Z Indexed on 2010/03/12 19:17 UTC
Read the original article Hit count: 558

I have a SL 4.0 app running out of browser with full priviliges. How can I check for updates (CheckAndDownloadUpdateAsync()) every 10 minutes without affecting UI thread. I've tried using the Timer, but the CheckAndDownloadUpdateCompleted doesn't get executed. I think it is erroring out silently.

Thanks in advace...

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about silverlight-4.0