Exemple #1
0
 public void Execute() => base.Execute(() =>
 {
     var response = _busControl.Send <IWestRequest, IWestResponse>(new WestRequest {
         Reason = "ping"
     });
     _healthCheckService.SetWestLatestInfo(response);
 });