Definition
Assembly: Microsoft.Restier.AspNetCore.dll Namespace: Microsoft.Restier.AspNetCore.Batch Inheritance: Microsoft.AspNet.OData.Batch.DefaultODataBatchHandlerSyntax
Summary
Default implementation of ODataBatchHandler in RESTier.Constructors
.ctor
Syntax
Methods
ParseBatchRequestsAsync Override
Asynchronously parses the batch requests.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.AspNetCore.Http.HttpContext | The HTTP context that contains the batch requests. |
Returns
Type:System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.AspNet.OData.Batch.ODataBatchRequestItem>>
The task object that represents this asynchronous operation.