DataServiceQuery.EndExecute(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用后可完成执行数据服务查询的异步操作。
public:
System::Collections::IEnumerable ^ EndExecute(IAsyncResult ^ asyncResult);
public System.Collections.IEnumerable EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> System.Collections.IEnumerable
member this.EndExecute : IAsyncResult -> System.Collections.IEnumerable
Public Function EndExecute (asyncResult As IAsyncResult) As IEnumerable
参数
- asyncResult
- IAsyncResult
BeginExecute(AsyncCallback, Object) 操作返回的结果,包含查询结果。
返回
包含查询操作结果的 IEnumerable<T>。
例外
当数据服务返回“HTTP 404: 未找到资源”错误时。