You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading.Tasks/TaskFactory`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -596,7 +596,7 @@
596
596
<Docs>
597
597
<paramname="tasks">The array of tasks from which to continue.</param>
598
598
<paramname="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramrefname="tasks" /> array have completed.</param>
599
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn" /> and <seelangword="OnlyOn" /> values are not valid.</param>
599
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn\*" /> and <seelangword="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>
0 commit comments