ClearOutputAsync Method
Clears the output list.
Syntax
[VB.NET]
Public Function ClearOutputAsync() As Task
[C#]
public Task ClearOutputAsync();
Remarks
This method is the asynchronous version of the
ClearOutput method and is used to support asynchronous operations in WinRT. Please refer to
ClearOutput for more information.