Share via


ChangeSetRequestItem Class

Definition

Represents a ChangeSet request.

public class ChangeSetRequestItem : Microsoft.AspNet.OData.Batch.ODataBatchRequestItem
type ChangeSetRequestItem = class
    inherit ODataBatchRequestItem
Public Class ChangeSetRequestItem
Inherits ODataBatchRequestItem
Inheritance
ChangeSetRequestItem

Constructors

ChangeSetRequestItem(IEnumerable<HttpContext>)

Initializes a new instance of the ChangeSetRequestItem class.

ChangeSetRequestItem(IEnumerable<HttpRequestMessage>)

Initializes a new instance of the ChangeSetRequestItem class.

Properties

Contexts

Gets the request contexts in the ChangeSet.

Requests

Gets the request messages in the ChangeSet.

Methods

Dispose() (Inherited from ODataBatchRequestItem)
Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

GetResourcesForDisposal()

Gets the resources registered for dispose on each request messages of the ChangeSet.

SendRequestAsync(HttpMessageInvoker, CancellationToken)

Sends the ChangeSet request.

SendRequestAsync(RequestDelegate)

Sends the ChangeSet request.

Applies to