BuildMaster SDK Reference
Version:
ExecuteRemoteCommand(string name) Method
Executes the specified Action-defined command against the remotely running
agent, which is then processed by the Action-defined Inedo.BuildMaster.Extensibility.Actions.RemoteActionBase.ProcessRemoteCommand(System.String,System.String[]).
Syntax
protected
string ExecuteRemoteCommand(string name)
Parameters
- name
- Type: string
Action-defined command name.
Returns
Action-defined return string.