Sdílet prostřednictvím


DataServiceContext.EndLoadProperty(IAsyncResult) Metoda

Definice

public:
 System::Data::Services::Client::QueryOperationResponse ^ EndLoadProperty(IAsyncResult ^ asyncResult);
public System.Data.Services.Client.QueryOperationResponse EndLoadProperty (IAsyncResult asyncResult);
member this.EndLoadProperty : IAsyncResult -> System.Data.Services.Client.QueryOperationResponse
Public Function EndLoadProperty (asyncResult As IAsyncResult) As QueryOperationResponse

Parametry

asyncResult
IAsyncResult

Představuje IAsyncResult stav asynchronní operace.

Návraty

Odpověď na operaci načtení.

Poznámky

Pokud během požadavku nebo při zpracování odpovědi z datové služby dojde k chybě, vyvolá se výjimka.

Platí pro