Click or drag to resize

IAwaitQueryTWithOptions Method

Returns a new query that will use the given options.

Namespace:  MoreLinq.Experimental
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
IAwaitQuery<T> WithOptions(
	AwaitQueryOptions options
)

Parameters

options
Type: MoreLinq.ExperimentalAwaitQueryOptions
The new options to use.

Return Value

Type: IAwaitQueryT
Returns a new query using the supplied options.
See Also