Hi all...
Is there any method to get the UI dispatcher? I need to update my UI from the object that run in the background thread...
Printable View
Hi all...
Is there any method to get the UI dispatcher? I need to update my UI from the object that run in the background thread...
See the WPF Threading Samples in Msdn.
Thanks arjay...
I already read that article before, my problem is How I can get the UI Dispatcher, Is there any static method in .Net to get the UI dispather... because with my software architecture I need to update the UI from the background thread without any information about the UI.