System.Threading.Tasks - Limit the number of concurrent Tasks
Hi,
Im trying to find a way to limit concurrent running tasks using system.threading.tasks kinda like threadppol. Each task i run require network ressource wich become saturated without a task limitation.
Thanks!