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/Task.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6115,7 +6115,7 @@ The returned task will complete when any of the supplied tasks has completed. T
6115
6115
<formattype="text/markdown"><![CDATA[
6116
6116
6117
6117
## Remarks
6118
-
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the RanToCompletion state with its Result set to the first task to complete. This is true even if the first task to complete ended in the Canceled or Faulted state.
6118
+
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the `RanToCompletion` state with its `Result` set to the first task to complete. This is true even if the first task to complete ended in the `Canceled` or `Faulted` state.
6119
6119
6120
6120
]]></format>
6121
6121
</remarks>
@@ -6180,7 +6180,7 @@ The returned task will complete when any of the supplied tasks has completed. T
6180
6180
<formattype="text/markdown"><![CDATA[
6181
6181
6182
6182
## Remarks
6183
-
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the RanToCompletion state with its Result set to the first task to complete. This is true even if the first task to complete ended in the Canceled or Faulted state.
6183
+
The returned task will complete when any of the supplied tasks has completed. The returned task will always end in the `RanToCompletion` state with its `Result` set to the first task to complete. This is true even if the first task to complete ended in the `Canceled` or `Faulted` state.
0 commit comments