DefaultODataBatchHandler.ProcessBatchAsync 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 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.