ODataBatchResponseItem Class
Represents an OData batch 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.ChangeSetResponseItem
System.Web.Http.OData.Batch.OperationResponseItem
Syntax
public abstract class ODataBatchResponseItem : IDisposable
public ref class ODataBatchResponseItem abstract : IDisposable
[<AbstractClass>]
type ODataBatchResponseItem =
class
interface IDisposable
end
Public MustInherit Class ODataBatchResponseItem
Implements IDisposable
Constructors
Name | Description | |
---|---|---|
ODataBatchResponseItem() |
Methods
Name | Description | |
---|---|---|
Dispose() | ||
Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
WriteMessageAsync(ODataBatchWriter, HttpResponseMessage) | Writes a single OData batch response. |
|
WriteMessageAsync(ODataBatchWriter, HttpResponseMessage, CancellationToken) | Writes a single OData batch response. |
|
WriteResponseAsync(ODataBatchWriter, CancellationToken) | Writes the response. |
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