Initializes a new instance of
the CmdRunnerWorker class.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- updater
- Type: CleanCode.RemoteCommands CmdRunnerWorker CmdRunnerUpdater
Callback to send results back to main thread.
- port
- Type: System Int32
The port on which to establish connection.
- timeout
- Type: System Int32
The timeout period (only used by TelnetLibExec, not TelnetExternalExec).
- loginRE
- Type: System String
Regular expression for the login prompt.
- pwdRE
- Type: System String
Regular expression for the password prompt.
- promptRE
- Type: System String
Regular expression for the shell prompt.
- login
- Type: System String
The login name.
- pwd
- Type: System String
The login password.
See Also