Reputation: 55257
How can I setup events that happen after a certain period of time. Like saving changes every 30 seconds?
Upvotes: 0
Views: 318
Reputation: 245036
You can use the DispatcherTimer.
Upvotes: 4
Reputation: 1332
You can use a timer and fire them that way.
Upvotes: 1