KurrentDBHealthCheck
Classnet10.0
Checks whether a connection can be made to KurrentDB services using the supplied connection string.
namespace CommunityToolkit.Aspire.Hosting.KurrentDB;
public class KurrentDBHealthCheck : Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck, System.IDisposable{ // ...}IHealthCheckIDisposable
Constructors1
Section titled ConstructorsMethods2
Section titled MethodsCheckHealthAsync(HealthCheckContext, CancellationToken)Task<HealthCheckResult> Runs the health check, returning the status of the component being checked.
DisposevirtualPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.