Back to Devexpress

PLinqServerModeSource.DegreeOfParallelism Property

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqservermodesource-e5022def.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(null)]
public int? DegreeOfParallelism { get; set; }
vb
<DefaultValue(Nothing)>
Public Property DegreeOfParallelism As Integer?

Property Value

TypeDefaultDescription
Nullable<Int32>null

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

PLinqServerModeSource Class

PLinqServerModeSource Members

DevExpress.Data.PLinq Namespace