Show / Hide Table of Contents

Interface IApplicationServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface IApplicationServiceClient

Methods

Connect(String)

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

Disconnect()

Declaration
void Disconnect()

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

ShowMessage(String)

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