Show / Hide Table of Contents

Interface IApplicationService

Inherited Members
IApplicationServiceWeb.GetVersion()
IApplicationServiceWeb.LoadFileSessionEx(ObjectId, String, Int64)
IApplicationServiceWeb.LoadFileSessions(ObjectId, String[])
IApplicationServiceWeb.LoadServiceSession(ObjectId, ObjectId, ObjectId)
IApplicationServiceWeb.LoadSqlRaceSessions(ObjectId, String[], String[])
IApplicationServiceWeb.RemoveSession(SessionId)
IApplicationServiceWeb.SetCompareAutoFitLaps(Boolean)
IApplicationServiceWeb.SetCompareAutoFitLimit(Double)
Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Application")]
public interface IApplicationService : IApplicationServiceWeb, IAutomationService

Methods

Connect(String)

Declaration
void Connect(string clientName)
Parameters
Type Name Description
System.String clientName

Disconnect()

Declaration
void Disconnect()

ShowMessage(String)

Declaration
void ShowMessage(string message)
Parameters
Type Name Description
System.String message
In This Article
Back to top Generated by DocFX