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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -