CreateQuery__1 - waf/Rx.NET GitHub Wiki

IAsyncQueryProvider.CreateQuery<TElement> Method

Creates a new asynchronous enumerable sequence represented by an expression tree.

Namespace: System.Linq
Assembly: System.Interactive.Async.Providers (in System.Interactive.Async.Providers.dll)

Syntax

IAsyncQueryable<TElement> CreateQuery<TElement>(
	Expression expression
)

Parameters

expression

Type: System.Linq.Expressions.Expression
The expression tree representing the asynchronous enumerable sequence.

Type Parameters

TElement

The type of the elements in the sequence.

Return Value

Type: IAsyncQueryable<TElement>
Asynchronous enumerable sequence represented by the specified expression tree.

See Also

Reference

IAsyncQueryProvider Interface
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️