Xceed .NET Libraries Documentation
StartCommand Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHConnectionProtocol Class : StartCommand Method
Syntax
'Declaration
 
Public Sub StartCommand( _

   ByVal channel As SSHConnectionProtocolChannel, _

   ByVal command As String, _

   ByVal timeout As Integer _

) 
'Usage
 
Dim instance As SSHConnectionProtocol

Dim channel As SSHConnectionProtocolChannel

Dim command As String

Dim timeout As Integer

 

instance.StartCommand(channel, command, timeout)
public void StartCommand( 

   SSHConnectionProtocolChannel channel,

   string command,

   int timeout

)

Parameters

channel
command
timeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHConnectionProtocol Class
SSHConnectionProtocol Members