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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -