ODataParameterWriter.FlushAsync Method

Asynchronously flushes the write buffer to the underlying stream.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustOverride Function FlushAsync As Task
'Usage
Dim instance As ODataParameterWriter 
Dim returnValue As Task 

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

Return Value

Type: System.Threading.Tasks.Task
A task instance that represents the asynchronous operation.

See Also

Reference

ODataParameterWriter Class

Microsoft.Data.OData Namespace