OperationRequestItem Class

 

Represents an Operation request.

Namespace:   System.Web.Http.OData.Batch
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Batch.ODataBatchRequestItem
    System.Web.Http.OData.Batch.OperationRequestItem

Syntax

public class OperationRequestItem : ODataBatchRequestItem
public ref class OperationRequestItem : ODataBatchRequestItem
type OperationRequestItem = 
    class
        inherit ODataBatchRequestItem
    end
Public Class OperationRequestItem
    Inherits ODataBatchRequestItem

Constructors

Name Description
System_CAPS_pubmethod OperationRequestItem(HttpRequestMessage)

Initializes a new instance of the OperationRequestItem class.

Properties

Name Description
System_CAPS_pubproperty Request

Gets the Operation request.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from ODataBatchRequestItem.)

System_CAPS_protmethod Dispose(Boolean)

(Overrides ODataBatchRequestItem.Dispose(Boolean).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetResourcesForDisposal()

Gets the resources registered for dispose on the Operation request message. (Overrides ODataBatchRequestItem.GetResourcesForDisposal().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SendRequestAsync(HttpMessageInvoker, CancellationToken)

Sends the Operation request. (Overrides ODataBatchRequestItem.SendRequestAsync(HttpMessageInvoker, CancellationToken).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.OData.Batch Namespace

Return to top