This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Putty.
Summary
Runs given host and command using given settings.
- Assembly
- Cake
.Putty .dll - Namespace
- Cake
.Putty - Containing Type
- GenericPlinkRunner
<TSettings>
Syntax
public void Run(string host, string command, TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
host | string | |
command | string | |
settings | TSettings |
Return Value
Type | Description |
---|---|
void |