[VB.NET]
Public Function SendCommandAsync(ByVal Command As String)AsTask
[C#]
public Task SendCommandAsync(string command);
Remarks
This method is the asynchronous version of the SendCommand method and is used to support asynchronous operations in WinRT. Please refer to SendCommand for more information.