ODataInputContext.CreateCollectionReaderAsync(IEdmTypeReference) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez de manière asynchrone un ODataCollectionReader.
public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader> CreateCollectionReaderAsync (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
abstract member CreateCollectionReaderAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader>
override this.CreateCollectionReaderAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader>
Public Overridable Function CreateCollectionReaderAsync (expectedItemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionReader)
Paramètres
- expectedItemTypeReference
- IEdmTypeReference
Référence de type attendue pour les éléments de la collection.
Retours
Tâche qui, une fois terminée, retourne le nouvellement créé ODataCollectionReader.