InputAsync Method
Provides input to the parser.
Syntax
[VB.NET]
Public Function InputAsync(ByVal Text As String) As Task
[C#]
public Task InputAsync(string text);
Remarks
This method is the asynchronous version of the
Input method and is used to support asynchronous operations in WinRT. Please refer to
Input for more information.