I have a background thread that handles communication with an external service. Each time the background thread receives a message I\'d like to pass it to the UI thread for
You can use the WPF Dispatcher (class Dispatcher) in WindowsBase.dll too.