ODataBatchReader Class

 

Represents a class for reading OData batch messages; also verifies the proper sequence of read calls on the reader.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

System::Object
  Microsoft.OData.Core::ODataBatchReader

public ref class ODataBatchReader sealed 

NameDescription
System_CAPS_pubpropertyState

Gets the current state of the batch reader.

NameDescription
System_CAPS_pubmethodCreateOperationRequestMessage()

Returns an ODataBatchOperationRequestMessage for reading the content of a batch operation.

System_CAPS_pubmethodCreateOperationRequestMessageAsync()

Asynchronously returns an ODataBatchOperationRequestMessage for reading the content of a batch operation.

System_CAPS_pubmethodCreateOperationResponseMessage()

Returns an ODataBatchOperationResponseMessage for reading the content of a batch operation.

System_CAPS_pubmethodCreateOperationResponseMessageAsync()

Asynchronously returns an ODataBatchOperationResponseMessage for reading the content of a batch operation.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRead()

Reads the next part from the batch message payload.

System_CAPS_pubmethodReadAsync()

Asynchronously reads the next part from the batch message payload.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: