I need to run some part of application in background and allow user to update the UI while the sub is running in the background. I searched and I found out that in WPF I sho
you can call to the general application.
Application.Current.Dispatcher.Invoke()