In a WPF app that I\'m writing using the MVVM pattern, I have a background process that doing it\'s thing, but need to get status updates from it out to the UI.
I\'m
I REALLY like Jeremy's answer: Dispatching In Silverlight
Summary:
Placing Dispatcher in ViewModel seems inelegant
Creating an Action property, set it to just run the action in the VM constructor