DataServiceContext.EndLoadProperty(IAsyncResult) Método

Definición

Se le llama para completar la operación BeginLoadProperty(Object, String, AsyncCallback, Object).

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

Parámetros

asyncResult
IAsyncResult

IAsyncResult que representa el estado de la operación asincrónica.

Devoluciones

Respuesta a la operación de carga.

Comentarios

Si se produce un error durante la solicitud o al procesar la respuesta del servicio de datos, se produce una excepción.

Se aplica a