C# Class MCloud.Deploy.RunCommand

Inheritance: PutFile
Afficher le fichier Open project: jacksonh/MCloud

Méthodes publiques

Méthode Description
RunCommand ( string local ) : System
RunCommand ( string local, string remote_dir ) : System

Méthodes protégées

Méthode Description
RunImpl ( Node node, NodeAuth auth ) : void

Method Details

RunCommand() public méthode

public RunCommand ( string local ) : System
local string
Résultat System

RunCommand() public méthode

public RunCommand ( string local, string remote_dir ) : System
local string
remote_dir string
Résultat System

RunImpl() protected méthode

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
Résultat void