Share via


ODataWriter.FlushAsync Method

Definition

Flushes the write buffer to the underlying stream asynchronously.

public virtual System.Threading.Tasks.Task FlushAsync ();
abstract member FlushAsync : unit -> System.Threading.Tasks.Task
override this.FlushAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function FlushAsync () As Task

Returns

A task instance that represents the asynchronous operation.

Applies to