Public Overloads Sub Execute( _ ByVal username As String, _ ByVal command As String _ )
Dim instance As Rsh Dim username As String Dim command As String instance.Execute(username, command)
public void Execute( string username, string command )
public: void Execute( string* username, string* command )
public: void Execute( String^ username, String^ command )
This method executes the command specified by command. A Read method should be used to get the results.
Rsh Class Rsh Members Overload List