DataServiceQuery.EndExecute(IAsyncResult) 方法

定义

调用后可完成执行数据服务查询的异步操作。

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: 未找到资源”错误时。

适用于