ODataBatchReader Class
Represents a class for reading OData batch messages; also verifies the proper sequence of read calls on the reader.
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
| Name | Description | |
|---|---|---|
![]() | State | Gets the current state of the batch reader. |
| Name | Description | |
|---|---|---|
![]() | CreateOperationRequestMessage() | Returns an ODataBatchOperationRequestMessage for reading the content of a batch operation. |
![]() | CreateOperationRequestMessageAsync() | Asynchronously returns an ODataBatchOperationRequestMessage for reading the content of a batch operation. |
![]() | CreateOperationResponseMessage() | Returns an ODataBatchOperationResponseMessage for reading the content of a batch operation. |
![]() | CreateOperationResponseMessageAsync() | Asynchronously returns an ODataBatchOperationResponseMessage for reading the content of a batch operation. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Read() | Reads the next part from the batch message payload. |
![]() | ReadAsync() | Asynchronously reads the next part from the batch message payload. |
![]() | ToString() | (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.

