示例#1
0
 public async Task <bool> CheckApiConnection()
 {
     _logger.LogInformation($"Checking connection to API {_engineConfig.ApiUrl}.");
     return(await _healthService.CheckHealthSecure());
 }