ODataBatchHandler.ProcessBatchAsync(HttpContext, RequestDelegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.