Why not just use a thread with the timer?
NSTimer.CreateScheduledTimer(TimeSpan.FromSeconds(60*60), delegate { "Do
something here every hour" });-- View this message in context: http://monotouch.2284126.n4.nabble.com/Background-task-on-regular-interval-tp3776920p3777126.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
