IReplOutputExtensions.WriteLineAsync Method
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.
C#
public static System.Threading.Tasks.Task WriteLineAsync (this Microsoft.PowerFx.IReplOutput output, string message, Microsoft.PowerFx.OutputKind kind = Microsoft.PowerFx.OutputKind.Repl, System.Threading.CancellationToken cancel = default);
static member WriteLineAsync : Microsoft.PowerFx.IReplOutput * string * Microsoft.PowerFx.OutputKind * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function WriteLineAsync (output As IReplOutput, message As String, Optional kind As OutputKind = Microsoft.PowerFx.OutputKind.Repl, Optional cancel As CancellationToken = Nothing) As Task
- output
- IReplOutput
- message
- String
- kind
- OutputKind
- cancel
- CancellationToken
Termék | Verziók |
---|---|
Power Fx SDK | Latest |