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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

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

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -