Interface IApplicationServiceWeb
  
  
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    [AutomationService("Application")]
public interface IApplicationServiceWeb : IAutomationService
   
  Methods
  
  
  GetVersion()
  
  
  Declaration
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  LoadFileSessionEx(ObjectId, String, Int64)
  
  
  Declaration
  
    void LoadFileSessionEx(ObjectId setId, string filePath, long flag)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        setId | 
         | 
      
      
        | System.String | 
        filePath | 
         | 
      
      
        | System.Int64 | 
        flag | 
         | 
      
    
  
  
  LoadFileSessions(ObjectId, String[])
  
  
  Declaration
  
    void LoadFileSessions(ObjectId setId, string[] filePaths)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        setId | 
         | 
      
      
        | System.String[] | 
        filePaths | 
         | 
      
    
  
  
  LoadServiceSession(ObjectId, ObjectId, ObjectId)
  
  
  Declaration
  
    void LoadServiceSession(ObjectId setId, ObjectId connectionId, ObjectId sessionId)
   
  Parameters
  
  
  LoadSqlRaceSessions(ObjectId, String[], String[])
  
  
  Declaration
  
    void LoadSqlRaceSessions(ObjectId setId, string[] keys, string[] connectionStrings)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ObjectId | 
        setId | 
         | 
      
      
        | System.String[] | 
        keys | 
         | 
      
      
        | System.String[] | 
        connectionStrings | 
         | 
      
    
  
  
  RemoveSession(SessionId)
  
  
  Declaration
  
    void RemoveSession(SessionId sessionId)
   
  Parameters
  
  
  SetCompareAutoFitLaps(Boolean)
  
  
  Declaration
  
    void SetCompareAutoFitLaps(bool autoFit)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        autoFit | 
         | 
      
    
  
  
  SetCompareAutoFitLimit(Double)
  
  
  Declaration
  
    void SetCompareAutoFitLimit(double autoFitLimit)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        autoFitLimit | 
         |