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
<paramname="cancellationToken">Object that can be used to cancel the take operation.</param>
1389
+
<paramname="cancellationToken">A token that can be used to cancel the "take" operation.</param>
1390
1390
<summary>Removes an item from the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" />.</summary>
1391
-
<returns>The item removed from the collection.</returns>
1391
+
<returns>The item that was removed from the collection.</returns>
1392
1392
<remarks>
1393
1393
<formattype="text/markdown"><![CDATA[
1394
1394
@@ -1461,7 +1461,7 @@ This member is an explicit interface member implementation. It can be used only
1461
1461
</Parameters>
1462
1462
<Docs>
1463
1463
<paramname="collections">The array of collections.</param>
1464
-
<paramname="item">The item removed from one of the collections.</param>
1464
+
<paramname="item">The item that was removed from one of the collections.</param>
1465
1465
<summary>Takes an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
1466
1466
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed.</returns>
1467
1467
<remarks>
@@ -1524,7 +1524,7 @@ This member is an explicit interface member implementation. It can be used only
1524
1524
</Parameters>
1525
1525
<Docs>
1526
1526
<paramname="collections">The array of collections.</param>
1527
-
<paramname="item">The item removed from one of the collections.</param>
1527
+
<paramname="item">The item that was removed from one of the collections.</param>
1528
1528
<paramname="cancellationToken">A cancellation token to observe.</param>
1529
1529
<summary>Takes an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances while observing the specified cancellation token.</summary>
1530
1530
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed.</returns>
@@ -1695,7 +1695,7 @@ This member is an explicit interface member implementation. It can be used only
1695
1695
</Parameters>
1696
1696
<Docs>
1697
1697
<paramname="item">The item to be added to the collection.</param>
1698
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1698
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the collection to accept the item, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1699
1699
<summary>Tries to add the specified item to the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> within the specified time period.</summary>
1700
1700
<returns>
1701
1701
<seelangword="true" /> if the <paramrefname="item" /> could be added to the collection within the specified time; otherwise, false. If the item is a duplicate, and the underlying collection does not accept duplicate items, then an <seecref="T:System.InvalidOperationException" /> is thrown.</returns>
@@ -1800,7 +1800,7 @@ This member is an explicit interface member implementation. It can be used only
1800
1800
</Parameters>
1801
1801
<Docs>
1802
1802
<paramname="item">The item to be added to the collection.</param>
1803
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1803
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the collection to accept the item, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1804
1804
<paramname="cancellationToken">A cancellation token to observe.</param>
1805
1805
<summary>Tries to add the specified item to the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> within the specified time period, while observing a cancellation token.</summary>
1806
1806
<returns>
@@ -1915,7 +1915,7 @@ This member is an explicit interface member implementation. It can be used only
1915
1915
<Docs>
1916
1916
<paramname="collections">The array of collections.</param>
1917
1917
<paramname="item">The item to be added to one of the collections.</param>
1918
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1918
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the collection to accept the item, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
1919
1919
<summary>Tries to add the specified item to any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
1920
1920
<returns>The index of the collection in the <paramrefname="collections" /> array to which the item was added, or -1 if the item could not be added.</returns>
1921
1921
<remarks>To be added.</remarks>
@@ -2033,7 +2033,7 @@ This member is an explicit interface member implementation. It can be used only
2033
2033
<Docs>
2034
2034
<paramname="collections">The array of collections.</param>
2035
2035
<paramname="item">The item to be added to one of the collections.</param>
2036
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2036
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the collection to accept the item, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2037
2037
<paramname="cancellationToken">A cancellation token to observe.</param>
2038
2038
<summary>Tries to add the specified item to any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
2039
2039
<returns>The index of the collection in the <paramrefname="collections" /> array to which the item was added, or -1 if the item could not be added.</returns>
@@ -2164,7 +2164,7 @@ This member is an explicit interface member implementation. It can be used only
2164
2164
</Parameters>
2165
2165
<Docs>
2166
2166
<paramname="item">The item to be removed from the collection.</param>
2167
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2167
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the item to be removed, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2168
2168
<summary>Tries to remove an item from the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> in the specified time period.</summary>
2169
2169
<returns>
2170
2170
<seelangword="true" /> if an item could be removed from the collection within the specified time; otherwise, <seelangword="false" />.</returns>
@@ -2219,10 +2219,10 @@ This member is an explicit interface member implementation. It can be used only
2219
2219
</Parameters>
2220
2220
<Docs>
2221
2221
<paramname="item">The item to be removed from the collection.</param>
2222
-
<paramname="timeout">An object that represents the number of milliseconds to wait, or an object that represents -1 milliseconds to wait indefinitely.</param>
2222
+
<paramname="timeout">A <seecref="T:System.TimeSpan" /> that represents the number of milliseconds to wait for the item to be removed, or a <seecref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
2223
2223
<summary>Tries to remove an item from the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> in the specified time period.</summary>
2224
2224
<returns>
2225
-
<seelangword="true" /> if an item could be removed from the collection within the specified time; otherwise, <seelangword="false" />.</returns>
2225
+
<seelangword="true" /> if an item could be removed from the collection within the specified time; otherwise, <seelangword="false" />.</returns>
2226
2226
<remarks>
2227
2227
<formattype="text/markdown"><![CDATA[
2228
2228
@@ -2279,7 +2279,7 @@ This member is an explicit interface member implementation. It can be used only
2279
2279
</Parameters>
2280
2280
<Docs>
2281
2281
<paramname="item">The item to be removed from the collection.</param>
2282
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2282
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the item to be removed, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2283
2283
<paramname="cancellationToken">A cancellation token to observe.</param>
2284
2284
<summary>Tries to remove an item from the <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> in the specified time period while observing a cancellation token.</summary>
2285
2285
<returns>
@@ -2354,7 +2354,7 @@ This member is an explicit interface member implementation. It can be used only
2354
2354
</Parameters>
2355
2355
<Docs>
2356
2356
<paramname="collections">The array of collections.</param>
2357
-
<paramname="item">The item removed from one of the collections.</param>
2357
+
<paramname="item">The item that was removed from one of the collections.</param>
2358
2358
<summary>Tries to remove an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
2359
2359
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed, or -1 if an item could not be removed.</returns>
2360
2360
<remarks>
@@ -2418,9 +2418,9 @@ This member is an explicit interface member implementation. It can be used only
<paramname="collections">The array of collections.</param>
2422
-
<paramname="item">The item removed from one of the collections.</param>
2423
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2421
+
<paramname="collections">The array of collections to remove an item from.</param>
2422
+
<paramname="item">The item that was removed from one of the collections.</param>
2423
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the item to be removed, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2424
2424
<summary>Tries to remove an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
2425
2425
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed, or -1 if an item could not be removed.</returns>
2426
2426
<remarks>
@@ -2482,7 +2482,7 @@ This member is an explicit interface member implementation. It can be used only
2482
2482
</Parameters>
2483
2483
<Docs>
2484
2484
<paramname="collections">The array of collections.</param>
2485
-
<paramname="item">The item removed from one of the collections.</param>
2485
+
<paramname="item">The item that was removed from one of the collections.</param>
2486
2486
<paramname="timeout">A <seecref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a <seecref="T:System.TimeSpan" /> that represents -1 milliseconds to wait indefinitely.</param>
2487
2487
<summary>Tries to remove an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
2488
2488
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed, or -1 if an item could not be removed.</returns>
@@ -2545,9 +2545,9 @@ This member is an explicit interface member implementation. It can be used only
<paramname="collections">The array of collections.</param>
2549
-
<paramname="item">The item removed from one of the collections.</param>
2550
-
<paramname="millisecondsTimeout">The number of milliseconds to wait, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2548
+
<paramname="collections">The array of collections to remove an item from.</param>
2549
+
<paramname="item">The item that was removed from one of the collections.</param>
2550
+
<paramname="millisecondsTimeout">The number of milliseconds to wait for the item to be removed, or <seecref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
2551
2551
<paramname="cancellationToken">A cancellation token to observe.</param>
2552
2552
<summary>Tries to remove an item from any one of the specified <seecref="T:System.Collections.Concurrent.BlockingCollection`1" /> instances.</summary>
2553
2553
<returns>The index of the collection in the <paramrefname="collections" /> array from which the item was removed, or -1 if an item could not be removed.</returns>
0 commit comments