Skip to content
Sign In

Methods

Health

Checks the status of the database server and storage engine.

Checks the status of the database server and storage engine.

Method Syntax
await db.Health()

Arguments

Description

cancellationToken

The cancellationToken enables graceful cancellation of asynchronous operations.

bool status = await db.Health();

Was this page helpful?