Search the docs
Methods
The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.
Checks the status of the database server and storage engine.
await db.Health()
Arguments
Description
cancellationToken
The cancellationToken enables graceful cancellation of asynchronous operations.
bool status = await db.Health();
Was this page helpful?
Previous
Export
Next
Import