BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      ExecuteClientCommand(string commandName, string arguments, string outputFileName) Method
  
            Executes the specified client command with the specified arguments.
            
 
  Syntax
  
    public
    abstract
    void ExecuteClientCommand(string commandName, string arguments, string outputFileName)
  Parameters
  
    - commandName
 
    - Type: string
The client command.
 
  
  
    - arguments
 
    - Type: string
Optional arguments to pass with the command.
 
  
  
    - outputFileName
 
    - Type: string
Name of the file which will contain the tool output. If null (Nothing in Visual Basic), output is not written to a file.
 
  
 
  Exceptions
  
    
      | 
        System.ArgumentNullException
       | 
      
         
          commandName is null (Nothing in Visual Basic). 
       |