Partager via


Méthode ODataBatchWriter.FlushAsync

Vide la mémoire tampon d'écriture dans le flux sous-jacent de façon asynchrone.

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

Syntaxe

'Déclaration
Public Function FlushAsync As Task
'Utilisation
Dim instance As ODataBatchWriter
Dim returnValue As Task

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

Valeur de retour

Type : System.Threading.Tasks.Task
Instance de tâche qui représente l'opération asynchrone.

Voir aussi

Référence

ODataBatchWriter Classe

Espace de noms Microsoft.Data.OData