PipelineWriter.Flush Method

Definition

Flush the buffered data from the stream. Closed streams may be flushed, but disposed streams may not.

public:
 abstract void Flush();
public:
 abstract void Flush();
 abstract void Flush();
public abstract void Flush ();
abstract member Flush : unit -> unit
Public MustOverride Sub Flush ()

Exceptions

The stream is already disposed

Applies to