I am using TPL in my current project and using Parallel.Foreach to rotate many threads. The Task class contains Wait () to wait for the task to complete. How is it, how can I wait for Parallel.ForEach to complete, and then proceed to execute the following statements?
c # task-parallel-library
VJAI Oct. 25 '11 at 9:11 2011-10-25 09:11
source share