DataServiceQuery<TElement>.EndExecute(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
结束对数据服务的异步查询请求。
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: 未找到资源”错误时。