I\'m going to use lots of tasks running on my application. Each bunch of tasks is running for some reason. I would like to name these tasks so when I watch the Parallel Tasks wi
I dont think you can name the tasks. You can use Task.Id to track the tasks.
Task.Id