Thread Synchronization - UI thread and Worker thread

Posted on Code Project See other posts from Code Project
Published on Sat, 15 May 2010 10:51:00 GMT Indexed on 2010/05/15 10:56 UTC
Read the original article Hit count: 646

Filed under:
This article describes how a Worker thread can take the control of the UI and can update the UI, created by the UI thread. This will be useful when a worker thread needs to update the UI in the mid of the background processing or on the completion without relying on UI thread to synchronize the work

© Code Project or respective owner