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.Linq/ParallelEnumerable.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10268,14 +10268,14 @@
10268
10268
<Docs>
10269
10269
<typeparam name="TSource">The type of elements of <paramref name="source" />.</typeparam>
10270
10270
<param name="source">A ParallelQuery on which to set the limit on the degrees of parallelism.</param>
10271
-
<param name="degreeOfParallelism">The degree of parallelism for the query. The default value is Math.Min(<see cref="P:System.Environment.ProcessorCount" />, <see langword="MAX_SUPPORTED_DOP" />) where <see langword="MAX_SUPPORTED_DOP" /> is 512.</param>
10271
+
<param name="degreeOfParallelism">The degree of parallelism for the query.</param>
10272
10272
<summary>Sets the degree of parallelism to use in a query. Degree of parallelism is the maximum number of concurrently executing tasks that will be used to process the query.</summary>
10273
10273
<returns>ParallelQuery representing the same query as source, with the limit on the degrees of parallelism set.</returns>
10274
10274
<remarks>To be added.</remarks>
10275
10275
<exception cref="T:System.ArgumentNullException">
10276
10276
<paramref name="source" /> is a null reference (Nothing in Visual Basic).</exception>
0 commit comments