Condividi tramite


Metodo ODataBatchWriter.FlushAsync

Scarica il buffer di scrittura nel flusso sottostante in modo asincrono.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Function FlushAsync As Task
'Utilizzo
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

Valore restituito

Tipo: System.Threading.Tasks.Task
Istanza di attività che rappresenta l'operazione asincrona.

Vedere anche

Riferimento

ODataBatchWriter Classe

Spazio dei nomi Microsoft.Data.OData