예제 #1
0
 public void Execute() => base.Execute(() =>
 {
     _healthCheckHub.Clients.All.SendAsync(
         Constants.SouthHealthCheckEvent,
         _healthCheckService.GetSouthLatestInfo())
     .GetAwaiter()
     .GetResult();
 });