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
)
Function WithOptions (
options As AwaitQueryOptions
) As IAwaitQuery(Of T)
IAwaitQuery<T>^ WithOptions(
AwaitQueryOptions^ options
)
abstract WithOptions :
options : AwaitQueryOptions -> IAwaitQuery<'T>
Parameters
- options
- Type: MoreLinq.ExperimentalAwaitQueryOptions
The new options to use.
Return Value
Type:
IAwaitQueryT
Returns a new query using the supplied options.
See Also