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.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax public Nullable<int> MaxConcurrency { get; }
Public ReadOnly Property MaxConcurrency As Nullable(Of Integer)
Get
public:
property Nullable<int> MaxConcurrency {
Nullable<int> get ();
}
member MaxConcurrency : Nullable<int> with get
Property Value
Type:
NullableInt32See Also