Partager via


Méthode ODataMessageWriter.CreateODataCollectionWriterAsync

Crée un ODataCollectionWriter de façon asynchrone pour écrire une collection de valeurs primitives ou complexes (en résultat d'un appel d'opération de service).

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Function CreateODataCollectionWriterAsync As Task
'Utilisation
Dim instance As ODataMessageWriter
Dim returnValue As Task

returnValue = instance.CreateODataCollectionWriterAsync()
public Task CreateODataCollectionWriterAsync()
public:
Task^ CreateODataCollectionWriterAsync()
member CreateODataCollectionWriterAsync : unit -> Task 
public function CreateODataCollectionWriterAsync() : Task

Valeur de retour

Type : System.Threading.Tasks.Task<TResult>
Une tâche en cours d'exécution pour l'enregistreur de collection.

Voir aussi

Référence

ODataMessageWriter Classe

Espace de noms Microsoft.Data.OData