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.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
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