Share via


OperationRequestItem.SendRequestAsync(RequestDelegate) Method

Definition

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.

Returns

A OperationResponseItem.

Applies to