IHealthCheckPublisher.PublishAsync(HealthReport, CancellationToken) Método
Definição
Publica o report fornecido.Publishes the provided report.
public:
System::Threading::Tasks::Task ^ PublishAsync(Microsoft::Extensions::Diagnostics::HealthChecks::HealthReport ^ report, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task PublishAsync (Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport report, System.Threading.CancellationToken cancellationToken);
abstract member PublishAsync : Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PublishAsync (report As HealthReport, cancellationToken As CancellationToken) As Task
Parâmetros
- report
- HealthReport
O HealthReport.The HealthReport. O resultado de executar um conjunto de verificações de integridade.The result of executing a set of health checks.
- cancellationToken
- CancellationToken
Retornos
Um Task que será concluído quando a publicação for concluída.A Task which will complete when publishing is complete.