Interface IServicePinger<S>
public interface IServicePinger<S>
Interface of classes which know how to ping a specified remote service.
-
Method Summary
-
Method Details
-
ping
Pings specified service. An exception is thrown if the service can not be reached.
-