开发者

SynchronizedCollection in Silverlight

I need to ensure the collection is safely accessed by a number of threads. For that purpose I used SynchronizedCollection in my project in .NET. Now I'm 开发者_开发百科dealing with Silverlight project and I face the same problem - a collection must be thread-safe.

I think that SynchronizedCollection is not available in Silverlight. What is the approach to achieve the goal?

Is there a solution that might be applied both to Silverlight and .NET 4.0?

Thanks in advance for the replies and clues!

Cheers

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜