Partager via


ODataOutputContext.CreateODataCollectionWriterAsync(IEdmTypeReference) Méthode

Définition

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).

S’applique à