I'm trying to use Task.Factory.StartNew() to run a background operation. Part of the background operation updates an object that's held in an ObservableCollection. I'm using a custom class derived from ObservableCollection to fire to ru
I'm trying to use Task.Factory.StartNew() to run a background operation. Part of the background operation updates an object that's held in an ObservableCollection. I'm using a custom class derived from ObservableCollection to fire to ru