Share via


ODataBatchHandler.ProcessBatchAsync(HttpContext, RequestDelegate) Method

Definition

Abstract method for processing a batch request.

public abstract System.Threading.Tasks.Task ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler);
abstract member ProcessBatchAsync : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Http.RequestDelegate -> System.Threading.Tasks.Task
Public MustOverride 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