C# Class NotDeadYet.HealthChecker

Inheritance: IHealthChecker
Afficher le fichier Open project: uglybugger/NotDeadYet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : HealthCheckOutcome
HealthChecker ( HealthCheckerConfiguration healthChecksFunc, HealthCheckerConfiguration logException, System.TimeSpan timeout ) : System

Private Methods

Méthode Description
CheckIndividual ( IHealthCheck healthCheck ) : IndividualHealthCheckResult
CheckIndividualInternal ( IHealthCheck healthCheck, string healthCheckName, Stopwatch sw ) : IndividualHealthCheckResult

Method Details

Check() public méthode

public Check ( ) : HealthCheckOutcome
Résultat HealthCheckOutcome

HealthChecker() public méthode

public HealthChecker ( HealthCheckerConfiguration healthChecksFunc, HealthCheckerConfiguration logException, System.TimeSpan timeout ) : System
healthChecksFunc HealthCheckerConfiguration
logException HealthCheckerConfiguration
timeout System.TimeSpan
Résultat System