StreamWriter.DisposeAsync Method

Definition

Asynchronously writes any buffered data to the underlying stream and releases the unmanaged resources used by the StreamWriter.

public:
 override System::Threading::Tasks::ValueTask DisposeAsync();
public override System.Threading.Tasks.ValueTask DisposeAsync ();
override this.DisposeAsync : unit -> System.Threading.Tasks.ValueTask
Public Overrides Function DisposeAsync () As ValueTask

Returns

A task that represents the asynchronous dispose operation.

Applies to