static Task ForAsync (int fromInclusive, int toExclusive, CancellationToken token, System.Func<int, CancellationToken, System.Threading.Tasks.ValueTask> body)

Parameters

NameTypeDescription
fromInclusive int
toExclusive int
token CancellationToken
body System.Func<int, CancellationToken, System.Threading.Tasks.ValueTask>

Returns

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