c# - Multi UI thread in WP8? -


i want control ui elements thread , others different thread in wp8. there way make muulti ui thread this? me.

in order update ui multiple threads, can use dispatcher

deployment.current.dispatcher.begininvoke(() => {     // code modify ui } 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -