Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Here , I am developed silverlight application but I want to implement Parallel.ForEach in our application. Currently I am using visual studio 2010.

Please help me.
Posted

1 solution

Parallel class is not directly supported in Silverlight.

You can try the Task Parallel Library (not sure if this supports foreach though) -
Silverlight 5 RC - Using the Task Parallel Library (TPL)[^]
Task Parallel Library for Silverlight[^]
 
Share this answer
 
v3
Comments
Hrishikesh Ranjit Shivacharan 2-Jul-15 0:56am    
Thank
Hrishikesh Ranjit Shivacharan 2-Jul-15 0:59am    
Can we execute the method parallely in silverlight ?
Hrishikesh Ranjit Shivacharan 8-Dec-15 9:01am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900