Show / Hide Table of Contents

Interface IApplicationServiceWeb

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Application")]
public interface IApplicationServiceWeb : IAutomationService

Methods

GetVersion()

Declaration
string GetVersion()
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
Type Name Description
ObjectId setId
ObjectId connectionId
ObjectId sessionId

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
Type Name Description
SessionId sessionId

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
In This Article
Back to top Generated by DocFX