PowerTCP Emulation for .NET
Execute(String,String) Method




The login name of the user account.
The command to execute.
Execute a command on the Rsh server.
Syntax
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
) 

Parameters

username
The login name of the user account.
command
The command to execute.
Remarks

This method executes the command specified by command. A Read method should be used to get the results.

See Also

Reference

Rsh Class
Rsh Members
Overload List


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic