Siemens Healthineers interview question

How do you update an UI element from a worker thread

Interview Answer

Anonymous

11 Feb 2010

using InvokeRequired property on the UI element, then marshalling the call from worker thread to the UI thread.

1