Share via


OutputChannel.WriteAsync(String) Method

Definition

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.

Applies to