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




Syntax
Public Overloads Sub Execute( _
   ByVal username As String, _
   ByVal command As String, _
   ByVal clientUsername As String _
) 
Dim instance As Rsh
Dim username As String
Dim command As String
Dim clientUsername As String
 
instance.Execute(username, command, clientUsername)
public void Execute( 
   string username,
   string command,
   string clientUsername
)
public: void Execute( 
   string* username,
   string* command,
   string* clientUsername
) 
public:
void Execute( 
   String^ username,
   String^ command,
   String^ clientUsername
) 

Parameters

username
command
clientUsername
See Also

Reference

Rsh Class
Rsh Members
Overload List


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic