Search the docs
Languages
/
.NET
Methods
The .NET SDK for SurrealDB enables you to kill a running live query.
Kills a running live query by it's UUID.
Method Syntax
await db.Kill(queryUuid)
queryUuid
cancellationToken
await db.Kill(queryUuid);
Was this page helpful?
Previous
Invalidate
Next
ListenLive