The new continuation task.
The TaskFactory.ContinueWhenAll(Task[], Action<System.Threading.Tasks.Task[]>,System.Threading.CancellationToken) method executes the continuationAction delegate when all tasks in the tasks array have completed, regardless of their completion status.