Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously creates an ODataBatchReader to read a batch of requests or responses.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataBatchReaderAsync As Task(Of ODataBatchReader)
'Usage
Dim instance As ODataMessageReader
Dim returnValue As Task(Of ODataBatchReader)
returnValue = instance.CreateODataBatchReaderAsync()
public Task<ODataBatchReader> CreateODataBatchReaderAsync()
public:
Task<ODataBatchReader^>^ CreateODataBatchReaderAsync()
member CreateODataBatchReaderAsync : unit -> Task<ODataBatchReader>
public function CreateODataBatchReaderAsync() : Task<ODataBatchReader>
Return Value
Type: System.Threading.Tasks.Task<ODataBatchReader>
A running task for the created batch reader.