HealthChecksBuilderAddCheckExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public ref class HealthChecksBuilderAddCheckExtensions abstract sealed
public static class HealthChecksBuilderAddCheckExtensions
type HealthChecksBuilderAddCheckExtensions = class
Public Module HealthChecksBuilderAddCheckExtensions
Inheritance
HealthChecksBuilderAddCheckExtensions
Methods
AddCheck(IHealthChecksBuilder, String, IHealthCheck, Nullable<HealthStatus>, IEnumerable<String>)
Adds a new health check with the specified name and implementation.
AddCheck(IHealthChecksBuilder, String, IHealthCheck, Nullable<HealthStatus>, IEnumerable<String>, Nullable<TimeSpan>)
Adds a new health check with the specified name and implementation.
AddCheck<T>(IHealthChecksBuilder, String, Nullable<HealthStatus>, IEnumerable<String>)
Adds a new health check with the specified name and implementation.
AddCheck<T>(IHealthChecksBuilder, String, Nullable<HealthStatus>, IEnumerable<String>, Nullable<TimeSpan>)
Adds a new health check with the specified name and implementation.
AddTypeActivatedCheck<T>(IHealthChecksBuilder, String, Nullable<HealthStatus>, IEnumerable<String>, Object[])
Adds a new type activated health check with the specified name and implementation.
AddTypeActivatedCheck<T>(IHealthChecksBuilder, String, Nullable<HealthStatus>, IEnumerable<String>, TimeSpan, Object[])
Adds a new type activated health check with the specified name and implementation.
AddTypeActivatedCheck<T>(IHealthChecksBuilder, String, Nullable<HealthStatus>, Object[])
Adds a new type activated health check with the specified name and implementation.
AddTypeActivatedCheck<T>(IHealthChecksBuilder, String, Object[])
Adds a new type activated health check with the specified name and implementation.
Applies to