Esempio n. 1
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
Esempio n. 2
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }
Esempio n. 3
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
Esempio n. 4
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }