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.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
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