Share via


ODataBatchReader(ODataInputContext, Boolean) Constructor

Definition

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.

Applies to