ODataMessageWriter.CreateODataAsynchronousWriterAsync 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 façon asynchrone un ODataAsynchronousWriter pour écrire une réponse asynchrone.
public System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousWriter> CreateODataAsynchronousWriterAsync ();
member this.CreateODataAsynchronousWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataAsynchronousWriter>
Public Function CreateODataAsynchronousWriterAsync () As Task(Of ODataAsynchronousWriter)
Retours
Tâche en exécution pour le dispositif d’écriture créé.