Implemented interface member:
method
Invoke
System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
1 reference to Invoke
mscorlib (1)
system\threading\Tasks\TaskFactory.cs (1)
1778
if (tasksCopy[i].IsCompleted) promise.
Invoke
(tasksCopy[i]); // Short-circuit the completion action, if possible