ODataOutputContext.CreateODataCollectionWriterAsync(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ée de manière asynchrone un ODataCollectionWriter pour écrire une collection de valeurs primitives ou complexes (à la suite d’un appel d’opération de service).
public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync (Microsoft.OData.Edm.IEdmTypeReference itemTypeReference);
abstract member CreateODataCollectionWriterAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
override this.CreateODataCollectionWriterAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Overridable Function CreateODataCollectionWriterAsync (itemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionWriter)
Paramètres
- itemTypeReference
- IEdmTypeReference
Type d’élément de la collection en cours d’écriture ou null si aucune métadonnées n’est disponible.
Retours
Tâche en exécution pour l'enregistreur de collections créé.
Remarques
L’écriture doit vider la sortie lorsqu’elle est terminée (à l’intérieur du dernier appel d’écriture).