Delen via


ODataInputContext.CreateResourceReaderAsync Method

Definition

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.

Applies to