Hi, I've recently started using Task<T> instead of BackgroundWorker for my application. It seemed like the sensible thing to do at the time.
However, I've noticed that the BusyIndicator doesn't seem to display when I use a Task<T> for my long running processing.
I'm using MVVM and the same base class handles all the property change notifications, everything still works fine where I've still got BackgroundWorker.
However, I've noticed that the BusyIndicator doesn't seem to display when I use a Task<T> for my long running processing.
I'm using MVVM and the same base class handles all the property change notifications, everything still works fine where I've still got BackgroundWorker.