windows phone 7 - What's the difference between UI thread and Render thread? -


and, if call

this.dispatcher.begininvoke(() =>             {                 //do work              }); 

or

deployment.current.dispatcher.begininvoke(() =>             {                 //do work              }); 

which thread work?

and

does deployment.current.dispatcher same this.dispatcher?

what's difference between ui thread , render thread?

ui thread calculates on cpu

render thread on gpu

which thread work?

ui

does deployment.current.dispatcher same this.dispatcher?

yes


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -