Reputation: 2358
Is there another Timer object that can be used in Silverlight except for the System.Threading.Timer object?
Upvotes: 7
Views: 8946
Reputation: 3510
Check out the DispatcherTimer: http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer(VS.95).aspx
Upvotes: 19