ODataBatchResponseItem Class

 

Represents an OData batch response.

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


public ref class ODataBatchResponseItem abstract : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(Boolean)

Releases unmanaged and - optionally - managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticWriteMessageAsync(ODataBatchWriter^, HttpResponseMessage^)

Writes a single OData batch response.

System_CAPS_pubmethodSystem_CAPS_staticWriteMessageAsync(ODataBatchWriter^, HttpResponseMessage^, CancellationToken)

Writes a single OData batch response.

System_CAPS_pubmethodWriteResponseAsync(ODataBatchWriter^, CancellationToken)

Writes the response.

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

Return to top
Show: