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 (リソースが見つからないエラー) を返す場合。

適用対象