Interface IApplicationServiceClient
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
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
ShowMessage(String)
Declaration
void ShowMessage(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|