Click or drag to resize

AwaitQueryOptionsWithMaxConcurrency Method

Returns new options with the given concurrency limit.

Namespace:  MoreLinq.Experimental
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public AwaitQueryOptions WithMaxConcurrency(
	Nullable<int> value
)

Parameters

value
Type: SystemNullableInt32
The maximum concurrent asynchronous operation to keep in flight. Use null to mean unbounded concurrency.

Return Value

Type: AwaitQueryOptions
Options with the new setting.
See Also