Is there an equivalent to Dispatcher.BeginInvoke(() =>{}); in MonoTouch, where I can get back to the UI thread from another process? I have a timer that makes updates to the application model, which in turn triggers update events subscribed to by the UI.
Thanks Mikael