CoreLoggerExtensions.SaveChangesCanceledAsync 方法

定义

SaveChangesFailed事件的日志。

public static System.Threading.Tasks.Task SaveChangesCanceledAsync (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Update> diagnostics, Microsoft.EntityFrameworkCore.DbContext context, System.Threading.CancellationToken cancellationToken = default);
static member SaveChangesCanceledAsync : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Update> * Microsoft.EntityFrameworkCore.DbContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SaveChangesCanceledAsync (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Update), context As DbContext, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

要使用的诊断记录器。

context
DbContext

正在使用的上下文。

cancellationToken
CancellationToken

等待 CancellationToken 任务完成时要观察的 。

返回

Task异步结果的 。

例外

适用于