SendCommandAsync Method
This method sends a command to the server.
Syntax
[VB.NET] Public Function SendCommandAsync(ByVal Command As String) As Task
[C#] public Task SendCommandAsync(string command);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendCommandAsync MethodThis method sends a command to the server. Syntax[VB.NET] Public Function SendCommandAsync(ByVal Command As String) As Task [C#] public Task SendCommandAsync(string command); RemarksThis 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. |
||