- Published on
- Authors
- koskila
Using Dispatcher to update values in GUI elements from a background thread
If you're developing something like a WPF app and you need to update values on the User Interface based on a long-running operation that runs in a background thread (like depicted in my other blog post right here - that post is for a full-trust Share...