.net - A question concerning BackgroundWorker -


i've came across following phrase on internet (actually here http://www.albahari.com/threading/part3.aspx#_using_backgroundworker) "code within runworkercompleted event handler able update user interface controls without explicit marshaling".

could explain why doesn't code in event handler need marshalled main ui thread?

it's marshaled. don't have explicit marshaling. is, don't have write marshaling code yourself. it's done automatically bcl code.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -