|
596 | 596 | <Docs>
|
597 | 597 | <param name="tasks">The array of tasks from which to continue.</param>
|
598 | 598 | <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
|
599 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 599 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
600 | 600 | <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
|
601 | 601 | <returns>The new continuation task.</returns>
|
602 | 602 | <remarks>
|
|
661 | 661 | <param name="tasks">The array of tasks from which to continue.</param>
|
662 | 662 | <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
|
663 | 663 | <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
|
664 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 664 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
665 | 665 | <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
|
666 | 666 | <summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
|
667 | 667 | <returns>The new continuation task.</returns>
|
|
871 | 871 | <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
|
872 | 872 | <param name="tasks">The array of tasks from which to continue.</param>
|
873 | 873 | <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
|
874 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 874 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
875 | 875 | <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
|
876 | 876 | <returns>The new continuation task.</returns>
|
877 | 877 | <remarks>
|
|
940 | 940 | <param name="tasks">The array of tasks from which to continue.</param>
|
941 | 941 | <param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
|
942 | 942 | <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
|
943 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 943 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
944 | 944 | <param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
|
945 | 945 | <summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
|
946 | 946 | <returns>The new continuation task.</returns>
|
|
1154 | 1154 | <Docs>
|
1155 | 1155 | <param name="tasks">The array of tasks from which to continue when one task completes.</param>
|
1156 | 1156 | <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
|
1157 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 1157 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
1158 | 1158 | <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
|
1159 | 1159 | <returns>The new continuation task.</returns>
|
1160 | 1160 | <remarks>
|
|
1223 | 1223 | <param name="tasks">The array of tasks from which to continue when one task completes.</param>
|
1224 | 1224 | <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
|
1225 | 1225 | <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
|
1226 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 1226 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
1227 | 1227 | <param name="scheduler">The task scheduler that is used to schedule the created continuation task.</param>
|
1228 | 1228 | <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
|
1229 | 1229 | <returns>The new continuation task.</returns>
|
|
1445 | 1445 | <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
|
1446 | 1446 | <param name="tasks">The array of tasks from which to continue when one task completes.</param>
|
1447 | 1447 | <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
|
1448 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 1448 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
1449 | 1449 | <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
|
1450 | 1450 | <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
|
1451 | 1451 | <remarks>
|
|
1518 | 1518 | <param name="tasks">The array of tasks from which to continue when one task completes.</param>
|
1519 | 1519 | <param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
|
1520 | 1520 | <param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
|
1521 |
| - <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param> |
| 1521 | + <param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param> |
1522 | 1522 | <param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
|
1523 | 1523 | <summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
|
1524 | 1524 | <returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
|
|
0 commit comments