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