suppose i have list which holding 30 files path. now i want to use task library to start download all files at a time. so like to know how to write that kind of code?
how many thread can run simultaneously at a time when we use TPL. can we configure to increase or decrease the no of thread ? please guide. thanks