OperationResponseItem Class

 

Represents an Operation response.

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.ODataBatchResponseItem
    System.Web.Http.OData.Batch.OperationResponseItem

Syntax

public class OperationResponseItem : ODataBatchResponseItem
public ref class OperationResponseItem : ODataBatchResponseItem
type OperationResponseItem = 
    class
        inherit ODataBatchResponseItem
    end
Public Class OperationResponseItem
    Inherits ODataBatchResponseItem

Constructors

Name Description
System_CAPS_pubmethod OperationResponseItem(HttpResponseMessage)

Initializes a new instance of the OperationResponseItem class.

Properties

Name Description
System_CAPS_pubproperty Response

Gets the response messages for the Operation.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from ODataBatchResponseItem.)

System_CAPS_protmethod Dispose(Boolean)

(Overrides ODataBatchResponseItem.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 GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteResponseAsync(ODataBatchWriter, CancellationToken)

Writes the response as an Operation.(Overrides ODataBatchResponseItem.WriteResponseAsync(ODataBatchWriter, CancellationToken).)

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