共用方式為


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:找不到資源」錯誤時。

適用於