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: Resource Not Found エラーが返されたとき。