Class ConfigurationServiceClient
Inheritance
System.Object
ConfigurationServiceClient
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public sealed class ConfigurationServiceClient : ClientBase<IConfigurationService>, IConfigurationService
Constructors
ConfigurationServiceClient(Binding, EndpointAddress)
Declaration
public ConfigurationServiceClient(Binding binding, EndpointAddress remoteAddress)
Parameters
System.ServiceModel.Channels.Binding
binding
|
System.ServiceModel.EndpointAddress
remoteAddress
|
Methods
ConnectSmtpClient(SmtpSettings)
Declaration
public bool ConnectSmtpClient(SmtpSettings smtpSettings)
Parameters
SmtpSettings
smtpSettings
|
Returns
System.Boolean
|
Implements
CreateDataBase(String, Int32, out String)
Declaration
public bool CreateDataBase(string connectionString, int dbType, out string error)
Parameters
System.String
connectionString
|
System.Int32
dbType
|
System.String
error
|
Returns
System.Boolean
|
Implements
GetIsServerContext()
Declaration
public bool GetIsServerContext()
Returns
System.Boolean
|
Implements
GetRootFolder()
Declaration
public string GetRootFolder()
Returns
System.String
|
Implements
GetRunResultsFolder()
Declaration
public string GetRunResultsFolder()
Returns
System.String
|
Implements
GetSchedulingServerUrl()
Declaration
public string GetSchedulingServerUrl()
Returns
System.String
|
Implements
GetServiceUrl()
Declaration
public string GetServiceUrl()
Returns
System.String
|
Implements
GetSmtpSettings()
GetTimerEllapsedValue()
Declaration
public double GetTimerEllapsedValue()
Returns
System.Double
|
Implements
HeartBeat()
Declaration
public bool HeartBeat()
Returns
System.Boolean
|
Implements
IsClientConnectedToServer()
Declaration
public bool IsClientConnectedToServer()
Returns
System.Boolean
|
Implements
IsCurrentMachineRegistered()
Declaration
public bool IsCurrentMachineRegistered()
Returns
System.Boolean
|
Implements
IsDataBaseCreated()
Declaration
public bool IsDataBaseCreated()
Returns
System.Boolean
|
Implements
RegisterCurrentMachine(out String, Machine)
Declaration
public bool RegisterCurrentMachine(out string error, Machine machine)
Parameters
System.String
error
|
Machine
machine
|
Returns
System.Boolean
|
Implements
SetIsServerContext(Boolean)
Declaration
public bool SetIsServerContext(bool isServer)
Parameters
System.Boolean
isServer
|
Returns
System.Boolean
|
Implements
SetRootFolder(String, out String)
Declaration
public bool SetRootFolder(string path, out string error)
Parameters
System.String
path
|
System.String
error
|
Returns
System.Boolean
|
Implements
SetRunResultsFolder(String)
Declaration
public bool SetRunResultsFolder(string path)
Parameters
System.String
path
|
Returns
System.Boolean
|
Implements
SetSchedulingServerUrl(String)
Declaration
public bool SetSchedulingServerUrl(string url)
Parameters
System.String
url
|
Returns
System.Boolean
|
Implements
SetServiceUrl(String)
Declaration
public bool SetServiceUrl(string url)
Parameters
System.String
url
|
Returns
System.Boolean
|
Implements
SetTimerEllapsedValue(Double)
Declaration
public bool SetTimerEllapsedValue(double value)
Parameters
System.Double
value
|
Returns
System.Boolean
|
Implements
ShutDownServer()
Declaration
public bool ShutDownServer()
Returns
System.Boolean
|
Implements
UnregisterMachine(out String, Machine)
Declaration
public bool UnregisterMachine(out string error, Machine machine)
Parameters
System.String
error
|
Machine
machine
|
Returns
System.Boolean
|