Interface IHealthAggregator
Assembly: Steeltoe.Common.dll
Syntax
public interface IHealthAggregator
Methods
|
Edit this page
View Source
AggregateAsync(ICollection<IHealthContributor>, ICollection<HealthCheckRegistration>, IServiceProvider, CancellationToken)
Declaration
Task<HealthCheckResult> AggregateAsync(ICollection<IHealthContributor> contributors, ICollection<HealthCheckRegistration> healthCheckRegistrations, IServiceProvider serviceProvider, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
ICollection<IHealthContributor> |
contributors |
|
ICollection<HealthCheckRegistration> |
healthCheckRegistrations |
|
IServiceProvider |
serviceProvider |
|
CancellationToken |
cancellationToken |
|
Returns