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.
|
Properties
ConfigProxy
Declaration
public static IConfigurationService ConfigProxy { get; }
Property Value
ConfigServiceChannelError
Declaration
public static string ConfigServiceChannelError { get; }
Property Value
System.
|
DefaultServiceUrl
Declaration
public static string DefaultServiceUrl { get; }
Property Value
System.
|
IsConfigServiceChannelOpen
Declaration
public static bool IsConfigServiceChannelOpen { get; }
Property Value
System.
|
IsSchedulingServiceChannelOpen
Declaration
public static bool IsSchedulingServiceChannelOpen { get; }
Property Value
System.
|
SchedulingServer
Declaration
public static IExecutionManagerCommunicationLayer SchedulingServer { get; }
Property Value
Telerik.
|
SchedulingServiceChannelError
Declaration
public static string SchedulingServiceChannelError { get; }
Property Value
System.
|
Methods
ConfigurationService(String)
Declaration
public static IConfigurationService ConfigurationService(string url)
Parameters
System.
|
Returns
GetCloudDataBusAsync()
Declaration
public static Task<IRepositoryDataBus> GetCloudDataBusAsync()
Returns
System.
|
GetStorageServiceUri()
Declaration
public static Task<Uri> GetStorageServiceUri()
Returns
System.
|
OpenChannel(String)
Declaration
public static IExecutionManagerCommunicationLayer OpenChannel(string url)
Parameters
System.
|
Returns
Telerik.
|
OpenChannelAsync(String)
Declaration
public static Task<IExecutionManagerCommunicationLayer> OpenChannelAsync(string url)
Parameters
System.
|
Returns
System.
|
RefreshSchedulingServerAsync()
Declaration
public static Task RefreshSchedulingServerAsync()
Returns
System.
|
Events
Connected
Declaration
public static event EventHandler Connected
Event Type
System.
|
ServerDown
Declaration
public static event EventHandler ServerDown
Event Type
System.
|