Coding
How to use progress.Report without lambda expression?
I want to report numbers out of a task to the UI. That doesn’t work directly, see code below (exception message appears). How does it work with progress. Report ? using System; using System.Threading; using Read more…