Compartir a través de


DataServiceContext.EndExecuteBatch Método

Se le llama para completar BeginExecuteBatch.

Espacio de nombres:  System.Data.Services.Client
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
Public Function EndExecuteBatch ( _
    asyncResult As IAsyncResult _
) As DataServiceResponse
'Uso
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As DataServiceResponse

returnValue = instance.EndExecuteBatch(asyncResult)
public DataServiceResponse EndExecuteBatch(
    IAsyncResult asyncResult
)
public:
DataServiceResponse^ EndExecuteBatch(
    IAsyncResult^ asyncResult
)
member EndExecuteBatch : 
        asyncResult:IAsyncResult -> DataServiceResponse 
public function EndExecuteBatch(
    asyncResult : IAsyncResult
) : DataServiceResponse

Parámetros

Valor devuelto

Tipo: System.Data.Services.Client.DataServiceResponse
Objeto DataServiceResult que indica el resultado de la operación por lotes.

Comentarios

Envía un grupo de consultas como un lote al servicio de datos. Las respuestas de consulta individuales se representan como objetos DataServiceResponse derivados de OperationResponse a los que se puede obtener acceso desde la instancia de DataServiceResponse.

Vea también

Referencia

DataServiceContext Clase

Espacio de nombres System.Data.Services.Client