ODataMessageWriter.CreateODataCollectionWriterAsync 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.
Surcharges
CreateODataCollectionWriterAsync(IEdmTypeReference) |
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). |
CreateODataCollectionWriterAsync() |
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). |
CreateODataCollectionWriterAsync(IEdmTypeReference)
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 System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync (Microsoft.OData.Edm.IEdmTypeReference itemTypeReference);
member this.CreateODataCollectionWriterAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public 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éé.
S’applique à
CreateODataCollectionWriterAsync()
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 System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync ();
member this.CreateODataCollectionWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Function CreateODataCollectionWriterAsync () As Task(Of ODataCollectionWriter)
Retours
Tâche en exécution pour l'enregistreur de collections créé.