Interface IServicePinger<S>


  • public interface IServicePinger<S>
    Interface of classes which know how to ping a specified remote service.
    • Method Detail

      • ping

        void ping​(S service)
        Pings specified service. An exception is thrown if the service can not be reached.