DataServiceQuery<TElement>.EndExecute(IAsyncResult) Metoda

Definice

Ukončí požadavek asynchronního dotazu na datovou službu.

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)

Parametry

asyncResult
IAsyncResult

Čeká na asynchronní dotaz.

Návraty

IEnumerable<TElement>

Vrátí hodnotu IEnumerable<T> , která obsahuje výsledky operace dotazu.

Výjimky

Když datová služba vrátí chybu HTTP 404: Prostředek nebyl nalezen.

Platí pro