Share via


ODataBatchResponseItem Class

Definition

Represents an OData batch response.

public abstract class ODataBatchResponseItem : IDisposable
public abstract class ODataBatchResponseItem
type ODataBatchResponseItem = class
    interface IDisposable
type ODataBatchResponseItem = class
Public MustInherit Class ODataBatchResponseItem
Implements IDisposable
Public MustInherit Class ODataBatchResponseItem
Inheritance
ODataBatchResponseItem
Derived
Implements

Constructors

ODataBatchResponseItem()

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

WriteMessageAsync(ODataBatchWriter, HttpContext)

Writes a single OData batch response.

WriteMessageAsync(ODataBatchWriter, HttpContext, Boolean)
WriteMessageAsync(ODataBatchWriter, HttpResponseMessage)

Writes a single OData batch response to a synchronous writer.

WriteMessageAsync(ODataBatchWriter, HttpResponseMessage, CancellationToken)

Writes a single OData batch response to a synchronous writer.

WriteMessageAsync(ODataBatchWriter, HttpResponseMessage, CancellationToken, Boolean)

Writes a single OData batch response.

WriteResponseAsync(ODataBatchWriter)

Writes the response.

WriteResponseAsync(ODataBatchWriter, Boolean)
WriteResponseAsync(ODataBatchWriter, CancellationToken)

Writes the response using a synchronous writer.

WriteResponseAsync(ODataBatchWriter, CancellationToken, Boolean)

Writes the response.

Applies to