Relative Content

Tag Archive for c#.net.net-8.0

Get the parameters of a the selected task from task list

I have a list of tasks, I use WhenAll method to execute them. After execution I need the parameters I used to execute the method so I can categorize the outcome as outcome does not include those. While using foreach with list of tasks how can I access the parameters used in that task?