c# - SynchronizedCollection in Silverlight -


i need ensure collection safely accessed number of threads. purpose used synchronizedcollection in project in .net. i'm dealing silverlight project , face same problem - collection must thread-safe.

i think synchronizedcollection not available in silverlight. approach achieve goal?

is there solution might applied both silverlight , .net 4.0?

thanks in advance replies , clues!

cheers


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

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