Share via


DefaultODataBatchHandler.ProcessBatchAsync Method

Definition

Abstract method for processing a batch request.

public override System.Threading.Tasks.Task ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler);
override this.ProcessBatchAsync : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Http.RequestDelegate -> System.Threading.Tasks.Task
Public Overrides Function ProcessBatchAsync (context As HttpContext, nextHandler As RequestDelegate) As Task

Parameters

context
HttpContext

The http content.

nextHandler
RequestDelegate

The next handler in the middleware chain.

Returns

Applies to