DataServiceContext.EndLoadProperty Método
Se le llama para completar la operación BeginLoadProperty.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public Function EndLoadProperty ( _
asyncResult As IAsyncResult _
) As QueryOperationResponse
'Uso
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As QueryOperationResponse
returnValue = instance.EndLoadProperty(asyncResult)
public QueryOperationResponse EndLoadProperty(
IAsyncResult asyncResult
)
public:
QueryOperationResponse^ EndLoadProperty(
IAsyncResult^ asyncResult
)
member EndLoadProperty :
asyncResult:IAsyncResult -> QueryOperationResponse
public function EndLoadProperty(
asyncResult : IAsyncResult
) : QueryOperationResponse
Parámetros
- asyncResult
Tipo: System.IAsyncResult
IAsyncResult que representa el estado de la operación asincrónica.
Valor devuelto
Tipo: System.Data.Services.Client.QueryOperationResponse
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.