Simple - don't await the tasks as you create them; store them, and await the result of a Task.WhenAll call instead: C#. Copy Code.
確定! 回上一頁