OutputWindowTextWriter.DisposeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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