DbCommandInterceptor.CommandCanceledAsync Method

Definition

Called when a command was canceled.

C#
public virtual System.Threading.Tasks.Task CommandCanceledAsync (System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.Diagnostics.CommandEndEventData eventData, System.Threading.CancellationToken cancellationToken = default);

Parameters

command
DbCommand

The command.

eventData
CommandEndEventData

Contextual information about the command and execution.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for the task to complete.

Returns

A Task representing the asynchronous operation.

Implements

Applies to

Toode Versioonid
Entity Framework Core 7.0, 8.0, 9.0