ODataInputContext.CreateResourceReaderAsync Method
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.
Asynchronously creates an ODataReader to read a resource.
public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataReader> CreateResourceReaderAsync (Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmStructuredType expectedResourceType);
abstract member CreateResourceReaderAsync : Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.Edm.IEdmStructuredType -> System.Threading.Tasks.Task<Microsoft.OData.ODataReader>
override this.CreateResourceReaderAsync : Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.Edm.IEdmStructuredType -> System.Threading.Tasks.Task<Microsoft.OData.ODataReader>
Public Overridable Function CreateResourceReaderAsync (navigationSource As IEdmNavigationSource, expectedResourceType As IEdmStructuredType) As Task(Of ODataReader)
Parameters
- navigationSource
- IEdmNavigationSource
The navigation source we are going to read resources for.
- expectedResourceType
- IEdmStructuredType
The expected structured type for the resource to be read.
Returns
Task which when completed returns the newly created ODataReader.