OutputChannel.WriteLineAsync(String) 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.
Writes a line to the output channel asynchronously.
public System.Threading.Tasks.Task WriteLineAsync (string text);
member this.WriteLineAsync : string -> System.Threading.Tasks.Task
Public Function WriteLineAsync (text As String) As Task
Parameters
- text
- String
Text written to the output channel.
Returns
A Task representing completion of the operation.