IAwaitQueryTWithOptions Method |
Returns a new query that will use the given options.
Namespace:
MoreLinq.Experimental
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
SyntaxIAwaitQuery<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