PowerTCP Telnet for .NET
Execute Method (Rexec)




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

Parameters

username
password
command
See Also

Reference

Rexec Class
Rexec Members


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