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.Channels/UnboundedPrioritizedChannelOptions`1.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
<Interfaces />
26
26
<Docs>
27
27
<typeparamname="T">To be added.</typeparam>
28
-
<summary>Provides options that control the behavior of instances created by <seecref="M:Channel.CreateUnboundedPrioritized" />.</summary>
28
+
<summary>Provides options that control the behavior of instances created by <seecref="M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1" />.</summary>
<param name="tasks">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of Task instances on which to wait.</param>
5570
-
<param name="cancellationToken">A <see cref="P:System.Threading.Tasks.Task.CancellationToken" /> to observe while waiting for the tasks to complete.</param>
5569
+
<param name="tasks">A collection of tasks on which to wait.</param>
5570
+
<param name="cancellationToken">A token to observe while waiting for the tasks to complete.</param>
5571
5571
<summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution unless the wait is cancelled.</summary>
5572
5572
<remarks>To be added.</remarks>
5573
5573
<exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
0 commit comments