ODataBatchReader(ODataInputContext, Boolean) Constructor
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.
Constructor.
protected ODataBatchReader (Microsoft.OData.ODataInputContext inputContext, bool synchronous);
new Microsoft.OData.ODataBatchReader : Microsoft.OData.ODataInputContext * bool -> Microsoft.OData.ODataBatchReader
Protected Sub New (inputContext As ODataInputContext, synchronous As Boolean)
Parameters
- inputContext
- ODataInputContext
The input context to read the content from.
- synchronous
- Boolean
true if the reader is created for synchronous operation; false for asynchronous.