Share via


ODataParameterWriter.FlushAsync Method ()

 

Asynchronously flushes the write buffer to the underlying stream.

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

Syntax

public abstract Task FlushAsync()
public:
virtual Task^ FlushAsync() abstract
abstract FlushAsync : unit -> Task
Public MustOverride Function FlushAsync As Task

Return Value

Type: System.Threading.Tasks.Task

A task instance that represents the asynchronous operation.

See Also

ODataParameterWriter Class
Microsoft.OData.Core Namespace

Return to top