BuildMaster SDK Reference
Version:

ExecuteRemoteCommand(string name, string[] args) Method

Executes the specified Action-defined command with the specified Action-defined arguments 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, string[] args)

Parameters

name
Type: string

Action-defined command name.

args
Type: string[]

Action-defined command arguments.

Returns

Action-defined return string

Remarks

This method is meant to be called from the ActionBase.Execute method to begin remote execution.