Siemens Healthineers Interview Question

How do you update an UI element from a worker thread

Interview Answer

Anonymous

Feb 11, 2010

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

1