AwaitQueryOptionsWithPreserveOrder Method

Returns new options with the given Boolean indicating whether or not the results should be returned in the order of the source.

Definition

Namespace: MoreLinq.Experimental
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.1.0+0e154ef592f33ce0f6f3d534a9eedee273f0ce72
C#
public AwaitQueryOptions WithPreserveOrder(
	bool value
)

Parameters

value  Boolean
A Boolean where true means results are in source order and false means that results can be delivered in order of efficiency.

Return Value

AwaitQueryOptions
Options with the new setting.

See Also