Share via


OperationRequestItem Class

Definition

Represents an Operation request.

public class OperationRequestItem : Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem
type OperationRequestItem = class
    inherit ODataBatchRequestItem
Public Class OperationRequestItem
Inherits ODataBatchRequestItem
Inheritance
OperationRequestItem

Constructors

OperationRequestItem(HttpContext)

Initializes a new instance of the OperationRequestItem class.

Properties

Context

Gets the Operation request context.

Methods

SendRequestAsync(RequestDelegate)

Sends the Operation request.

Applies to