Interface IRecorderService
  
  
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    [AutomationService("Recorder")]
public interface IRecorderService : IAutomationService
   
  Methods
  
  
  GetRecorder(ObjectId)
  
  
  Declaration
  
    Recorder GetRecorder(ObjectId recorderId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        recorderId | 
         | 
      
    
  
  Returns
  
  
  StartRecorder(ObjectId)
  
  
  Declaration
  
    void StartRecorder(ObjectId recorderId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        recorderId | 
         | 
      
    
  
  
  StopRecorder(ObjectId)
  
  
  Declaration
  
    void StopRecorder(ObjectId recorderId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        recorderId | 
         |