Click or drag to resize

AwaitQueryOptionsMaxConcurrency Property

Gets a positive (non-zero) integer that specifies the maximum number of asynchronous operations to have in-flight concurrently or null to mean unlimited concurrency.

Namespace:  MoreLinq.Experimental
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public Nullable<int> MaxConcurrency { get; }

Property Value

Type: NullableInt32
See Also