BuildMaster SDK Reference
Version:

ExecuteClientCommand(string commandName, string arguments) Method

Executes the specified client command with the specified arguments.

Syntax

public abstract void ExecuteClientCommand(string commandName, string arguments)

Parameters

commandName
Type: string

The client command.

arguments
Type: string

Optional arguments to pass with the command.

Exceptions

System.ArgumentNullException

commandName is null (Nothing in Visual Basic).