| IAsyncQueryProvider Interface | 
Namespace: System.Linq
 Syntax
Syntaxpublic interface IAsyncQueryProvider
The IAsyncQueryProvider type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateQueryTElement | 
            Creates a new asynchronous enumerable sequence represented by an expression tree.
             | 
|  | ExecuteAsyncTResult | 
            Executes an expression tree representing a computation over asynchronous enumerable sequences.
             | 
 See Also
See Also