PowerFxREPL.HandleLineAsync 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.
Accept a single line of input and evaluate it. This allows continuations via the policy set in MultilineProcessor.
public System.Threading.Tasks.Task HandleLineAsync(string line, System.Threading.CancellationToken cancel = default, uint? lineNumber = default);
member this.HandleLineAsync : string * System.Threading.CancellationToken * Nullable<uint32> -> System.Threading.Tasks.Task
Public Function HandleLineAsync (line As String, Optional cancel As CancellationToken = Nothing, Optional lineNumber As Nullable(Of UInteger) = Nothing) As Task
Parameters
- line
- String
A line of input.
- cancel
- CancellationToken
Returns
Exceptions
If cancelled.