DataServiceQuery<TElement>.EndExecute(IAsyncResult) 方法

定义

结束对数据服务的异步查询请求。

public:
 System::Collections::Generic::IEnumerable<TElement> ^ EndExecute(IAsyncResult ^ asyncResult);
public System.Collections.Generic.IEnumerable<TElement> EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> seq<'Element>
Public Function EndExecute (asyncResult As IAsyncResult) As IEnumerable(Of TElement)

参数

asyncResult
IAsyncResult

挂起的异步查询请求。

返回

IEnumerable<TElement>

返回包含查询操作结果的 IEnumerable<T>

例外

当数据服务返回“HTTP 404: 未找到资源”错误时。

适用于