Starts a remote command.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function StartCommand ( _ command As String _ ) As Shell | 
| C# | 
|---|
| public Shell StartCommand( string command ) | 
Parameters
- command
- Type: System..::..String
 Command to execute.
 
     
     
     
     
    