Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Flushes the write buffer to the underlying stream asynchronously.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function FlushAsync As Task
'Usage
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
Return Value
Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous operation.