diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml index 113721c1f93..1dbf4763b5d 100644 --- a/xml/System.Threading.Tasks/Task.xml +++ b/xml/System.Threading.Tasks/Task.xml @@ -3425,8 +3425,8 @@ Task t Status: RanToCompletion, Result: 42 The work to execute asynchronously - A cancellation token that can be used to cancel the work - Queues the specified work to run on the thread pool and returns a object that represents that work. A cancellation token allows the work to be cancelled. + A cancellation token that can be used to cancel the work if it has not yet started. does not pass to . + Queues the specified work to run on the thread pool and returns a object that represents that work. A cancellation token allows the work to be cancelled if it has not yet started. A task that represents the work queued to execute in the thread pool. The work to execute asynchronously. - A cancellation token that should be used to cancel the work. - Queues the specified work to run on the thread pool and returns a proxy for the task returned by . + A cancellation token that can be used to cancel the work if it has not yet started. does not pass to . + Queues the specified work to run on the thread pool and returns a proxy for the task returned by . A cancellation token allows the work to be cancelled if it has not yet started. A task that represents a proxy for the task returned by . The type of the result returned by the proxy task. The work to execute asynchronously - Queues the specified work to run on the thread pool and returns a proxy for the returned by . + Queues the specified work to run on the thread pool and returns a proxy for the returned by . A cancellation token allows the work to be cancelled if it has not yet started. A that represents a proxy for the returned by . The return type of the task. The work to execute asynchronously. - Queues the specified work to run on the thread pool and returns a object that represents that work. + Queues the specified work to run on the thread pool and returns a object that represents that work. A cancellation token allows the work to be cancelled if it has not yet started. A task object that represents the work queued to execute in the thread pool. The type of the result returned by the proxy task. The work to execute asynchronously - A cancellation token that should be used to cancel the work + A cancellation token that can be used to cancel the work if it has not yet started. does not pass to . Queues the specified work to run on the thread pool and returns a proxy for the returned by . A that represents a proxy for the returned by . @@ -3749,8 +3749,8 @@ Task t Status: RanToCompletion, Result: 42 The result type of the task. The work to execute asynchronously - A cancellation token that should be used to cancel the work - Queues the specified work to run on the thread pool and returns a object that represents that work. A cancellation token allows the work to be cancelled. + A cancellation token that can be used to cancel the work if it has not yet started. does not pass to . + Queues the specified work to run on the thread pool and returns a object that represents that work. A that represents the work queued to execute in the thread pool.