FlushAsync Method
Flushes the parser and checks its end state.
Syntax
[VB.NET] Public Function FlushAsync() As Task
[C#] public Task FlushAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FlushAsync MethodFlushes the parser and checks its end state. Syntax[VB.NET] Public Function FlushAsync() As Task [C#] public Task FlushAsync(); RemarksThis 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. |
||