• Start

Languages

/

.NET

/

Methods

Kill

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)

Arguments

Description

queryUuid

The UUID of the live query you wish to kill.

cancellationToken

The cancellationToken enables graceful cancellation of asynchronous operations.

await db.Kill(queryUuid);

Was this page helpful?