Class HostGovernorServer
Implements contracts trampoline that uses a singleton instance of HostGovernorService
Inheritance
System.Object
HostGovernorServer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Apps.HostGovernor
Assembly: Azos.Sky.dll
Syntax
public class HostGovernorServer : IHostGovernor, IPinger, ISkyService
Properties
Service
Declaration
public HostGovernorService Service { get; }
Property Value
Type | Description |
---|---|
HostGovernorService |
Methods
GetHostInfo()
Declaration
public HostInfo GetHostInfo()
Returns
Type | Description |
---|---|
HostInfo |
Ping()
Declaration
public void Ping()