How to kill all running threads in Silverlight? -


how kill running threads in silverlight?

you can't, abort method of thread object marked security critical , can't called in silverlight code.

if want kill running of own code use backgroundworker class run code , place reasonable checks in code cancellationpending being set. other code can call cancelasync terminate it.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -