Méthode ODataMessageWriter.CreateODataEntryWriterAsync
Crée un ODataWriter de façon asynchrone pour écrire une entrée.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function CreateODataEntryWriterAsync As Task
'Utilisation
Dim instance As ODataMessageWriter
Dim returnValue As Task
returnValue = instance.CreateODataEntryWriterAsync()
public Task CreateODataEntryWriterAsync()
public:
Task^ CreateODataEntryWriterAsync()
member CreateODataEntryWriterAsync : unit -> Task
public function CreateODataEntryWriterAsync() : Task
Valeur de retour
Type : System.Threading.Tasks.Task<TResult>
Une tâche en cours d'exécution pour l'enregistreur créé.