Search the docs
Languages
/
.NET
Methods
The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.
Invalidates the authentication for the current connection.
await db.Invalidate()
Properties
Description
cancellationToken
The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Invalidate();
Was this page helpful?
Previous
Insert
Next
Kill