static Task ForEachTaskAsync (IEnumerable<T> source, System.Func<T, Task> body, int maxRunning, CancellationToken token)

Parameters

NameTypeDescription
source IEnumerable<T>
body System.Func<T, Task>
maxRunning = 8 int
token = null CancellationToken

Returns

TypeDescription
Task
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.