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.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public Task<ODataAsynchronousReader> CreateODataAsynchronousReaderAsync()
public:
Task<ODataAsynchronousReader^>^ CreateODataAsynchronousReaderAsync()
member CreateODataAsynchronousReaderAsync : unit -> Task<ODataAsynchronousReader>
Public Function CreateODataAsynchronousReaderAsync As Task(Of ODataAsynchronousReader)
Return Value
Type: System.Threading.Tasks.Task<ODataAsynchronousReader>
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top