In my WPF application, I want to do some work in a non-UI thread so as to avoid the UI from become not-responding. For that I did this:In my WPF application, I want to do some work i
In my WPF application, I want to do some work in a non-UI thread so as to avoid the UI from become not-responding. For that I did this:In my WPF application, I want to do some work i