ExecuteAsync Method
Execute a Command on the remote host.
Syntax
[VB.NET] Public Function ExecuteAsync(ByVal Command As String) As IAsyncAction
[C#] public IAsyncAction ExecuteAsync(string command);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExecuteAsync MethodExecute a Command on the remote host. Syntax[VB.NET] Public Function ExecuteAsync(ByVal Command As String) As IAsyncAction [C#] public IAsyncAction ExecuteAsync(string command); RemarksThis method is the asynchronous version of the Execute method and is used to support asynchronous operations in WinRT. Please refer to Execute for more information. |
||