.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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -