OutputWindowTextWriter.DisposeAsync Method

Definition

Completes the writer block and returns a task that completes when all pending messages have been flushed.

public:
 virtual System::Threading::Tasks::Task ^ DisposeAsync();
public System.Threading.Tasks.Task DisposeAsync ();
override this.DisposeAsync : unit -> System.Threading.Tasks.Task
Public Function DisposeAsync () As Task

Returns

Implements

Applies to