Share via


OperationResponseItem Class

Definition

Represents an Operation response.

public class OperationResponseItem : Microsoft.AspNet.OData.Batch.ODataBatchResponseItem
type OperationResponseItem = class
    inherit ODataBatchResponseItem
Public Class OperationResponseItem
Inherits ODataBatchResponseItem
Inheritance
OperationResponseItem

Constructors

OperationResponseItem(HttpContext)

Initializes a new instance of the OperationResponseItem class.

OperationResponseItem(HttpResponseMessage)

Initializes a new instance of the OperationResponseItem class.

Properties

Context

Gets the response messages for the Operation.

Response

Gets the response messages for the Operation.

Methods

Dispose() (Inherited from ODataBatchResponseItem)
Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

(Inherited from ODataBatchResponseItem)
WriteResponseAsync(ODataBatchWriter)

Writes the response.

(Inherited from ODataBatchResponseItem)
WriteResponseAsync(ODataBatchWriter, Boolean)
WriteResponseAsync(ODataBatchWriter, Boolean) (Inherited from ODataBatchResponseItem)
WriteResponseAsync(ODataBatchWriter, CancellationToken)

Writes the response using a synchronous writer.

(Inherited from ODataBatchResponseItem)
WriteResponseAsync(ODataBatchWriter, CancellationToken, Boolean)

Writes the response as an Operation.

WriteResponseAsync(ODataBatchWriter, CancellationToken, Boolean)

Writes the response.

(Inherited from ODataBatchResponseItem)

Applies to