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.

Definition

Namespace: MoreLinq.Experimental
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
C#
public int? MaxConcurrency { get; }

Property Value

NullableInt32

See Also