994 Views
In a lot of scenarios, you need to perform operations in an asynchronous way in your View Model. And most of the time, BackgroundWorker class comes handy. So, here is a quick implementation of an Asynchronous version of DelegateCommand/RelayCommand, that wraps the BackgroundWorker under the hoods.
0 comments