ExecuteAsync Method
Execute a command on the remote PowerShell Server.
Syntax
[VB.NET] Public Function ExecuteAsync(ByVal Command As String) As IAsyncAction
[C#] public IAsyncAction ExecuteAsync(string command);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExecuteAsync MethodExecute a command on the remote PowerShell Server. 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. |
||