[VB.NET]
Public Function SendLineAsync(ByVal ConnectionId As String, ByVal Text As String)AsTask
[C#]
public Task SendLineAsync(string connectionId, string text);
Remarks
This method is the asynchronous version of the SendLine method and is used to support asynchronous operations in WinRT. Please refer to SendLine for more information.