• Start

Languages

/

.NET

/

Methods

Invalidate

The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.

Invalidates the authentication for the current connection.

Method Syntax

await db.Invalidate()
PropertiesDescription
cancellationToken The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Invalidate();

Was this page helpful?