OperationRequestItem.SendRequestAsync(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.
Sends the Operation request.
public override System.Threading.Tasks.Task<Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem> SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler);
override this.SendRequestAsync : Microsoft.AspNetCore.Http.RequestDelegate -> System.Threading.Tasks.Task<Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem>
Public Overrides Function SendRequestAsync (handler As RequestDelegate) As Task(Of ODataBatchResponseItem)
Parameters
- handler
- RequestDelegate
The handler for processing a Http request.