예제 #1
0
 public override async Task <bool> Health()
 {
     try
     {
         return(await _monitorRepository.CheckHealth());
     }
     catch (Exception ex)
     {
         return(false);
     }
 }