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)
6118if (task.IsCompleted) this.Invoke(task); // short-circuit the completion action, if possible