AwaitQueryOptionsWithPreserveOrder Method
            Returns new options with the given Boolean indicating whether or
            not the results should be returned in the order of the source.
            
Namespace: MoreLinq.ExperimentalAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public AwaitQueryOptions WithPreserveOrder(
	bool value
)
Public Function WithPreserveOrder ( 
	value As Boolean
) As AwaitQueryOptions
public:
AwaitQueryOptions^ WithPreserveOrder(
	bool value
)
member WithPreserveOrder : 
        value : bool -> AwaitQueryOptions 
- value  Boolean
- 
            A Boolean where true means results are in source order and
            false means that results can be delivered in order of
            efficiency.
AwaitQueryOptionsOptions with the new setting.