Share via


DataServiceQuery.EndExecute(IAsyncResult) Metoda

Definice

Volána k dokončení asynchronní operace spuštění dotazu datové služby.

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

Parametry

asyncResult
IAsyncResult

Výsledek BeginExecute(AsyncCallback, Object) z operace, která obsahuje výsledky dotazu.

Návraty

Obsahuje IEnumerable<T> výsledky operace dotazu.

Výjimky

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

Platí pro