ODataDeltaReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for OData delta readers.
public abstract class ODataDeltaReader
type ODataDeltaReader = class
Public MustInherit Class ODataDeltaReader
- Inheritance
-
ODataDeltaReader
Constructors
ODataDeltaReader() |
Properties
Item |
Gets the most recent ODataItem that has been read. |
State |
Gets the current state of the reader. |
SubState |
Gets the current sub state of the reader. |
Methods
Read() |
Reads the next ODataItem from the message payload. |
ReadAsync() |
Asynchronously reads the next ODataItem from the message payload. |