PLinqServerModeSource.DegreeOfParallelism Property
Specifies the maximum number of parallel threads that will be started to process a query.
Namespace: DevExpress.Data.PLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Nullable<Int32> | A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. |
Remarks
If the DegreeOfParallelism value is null, the number of threads is determined automatically (review the ParallelEnumerable.WithDegreeOfParallelism<TSource> method).
See Also