Class Communicator
Inheritance
System.Object
Communicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public sealed class Communicator
Constructors
Communicator()
Declaration
public Communicator()
Fields
SchedulingClientExePath
Declaration
public static readonly string SchedulingClientExePath
Field Value
System.String
|
Properties
ConfigProxy
Declaration
public static IConfigurationService ConfigProxy { get; }
Property Value
IConfigurationService
|
ConfigServiceChannelError
Declaration
public static string ConfigServiceChannelError { get; }
Property Value
System.String
|
DefaultServiceUrl
Declaration
public static string DefaultServiceUrl { get; }
Property Value
System.String
|
IsConfigServiceChannelOpen
Declaration
public static bool IsConfigServiceChannelOpen { get; }
Property Value
System.Boolean
|
IsSchedulingServiceChannelOpen
Declaration
public static bool IsSchedulingServiceChannelOpen { get; }
Property Value
System.Boolean
|
SchedulingServer
Declaration
public static IExecutionManagerCommunicationLayer SchedulingServer { get; }
Property Value
Telerik.TestStudio.Shared.Communication.Interfaces.IExecutionManagerCommunicationLayer
|
SchedulingServiceChannelError
Declaration
public static string SchedulingServiceChannelError { get; }
Property Value
System.String
|
Methods
ConfigurationService(String)
Declaration
public static IConfigurationService ConfigurationService(string url)
Parameters
System.String
url
|
Returns
IConfigurationService
|
GetCloudDataBusAsync()
Declaration
public static Task<IRepositoryDataBus> GetCloudDataBusAsync()
Returns
System.Threading.Tasks.Task<IRepositoryDataBus>
|
GetStorageServiceUri()
Declaration
public static Task<Uri> GetStorageServiceUri()
Returns
System.Threading.Tasks.Task<System.Uri>
|
OpenChannel(String)
Declaration
public static IExecutionManagerCommunicationLayer OpenChannel(string url)
Parameters
System.String
url
|
Returns
Telerik.TestStudio.Shared.Communication.Interfaces.IExecutionManagerCommunicationLayer
|
OpenChannelAsync(String)
Declaration
public static Task<IExecutionManagerCommunicationLayer> OpenChannelAsync(string url)
Parameters
System.String
url
|
Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Shared.Communication.Interfaces.IExecutionManagerCommunicationLayer>
|
RefreshSchedulingServerAsync()
Declaration
public static Task RefreshSchedulingServerAsync()
Returns
System.Threading.Tasks.Task
|
Events
Connected
Declaration
public static event EventHandler Connected
Event Type
System.EventHandler
|
ServerDown
Declaration
public static event EventHandler ServerDown
Event Type
System.EventHandler
|