Implemented interface member:
method
Invoke
System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
1 reference to Invoke
mscorlib (1)
system\threading\Tasks\Task.cs (1)
6362
if (task.IsCompleted) this.
Invoke
(task); // short-circuit the completion action, if possible