FlushAsync Method
Flushes the parser and checks its end state.
Syntax
[VB.NET]
Public Function FlushAsync() As Task
[C#]
public Task FlushAsync();
Remarks
This method is the asynchronous version of the
Flush method and is used to support asynchronous operations in WinRT. Please refer to
Flush for more information.