public virtual string InvokeCommandSSH(
string command,
params string[] arguments
)Public Overridable Function InvokeCommandSSH (
command As String,
ParamArray arguments As String()
) As Stringpublic:
virtual String^ InvokeCommandSSH(
String^ command,
... array<String^>^ arguments
)abstract InvokeCommandSSH :
command : string *
arguments : string[] -> string
override InvokeCommandSSH :
command : string *
arguments : string[] -> string If the server supports the SSH 'exec' command, the command invoked will normally be a Unix shell command such as 'ls -al'. This can be invoked as one string with no arguments, or arguments can be passed in separately.