ISaveChangesInterceptor.SaveChangesCanceledAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Chiamato quando DbContext.SaveChangesAsync è stato annullato.
public virtual System.Threading.Tasks.Task SaveChangesCanceledAsync (Microsoft.EntityFrameworkCore.Diagnostics.DbContextEventData eventData, System.Threading.CancellationToken cancellationToken = default);
abstract member SaveChangesCanceledAsync : Microsoft.EntityFrameworkCore.Diagnostics.DbContextEventData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SaveChangesCanceledAsync : Microsoft.EntityFrameworkCore.Diagnostics.DbContextEventData * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SaveChangesCanceledAsync (eventData As DbContextEventData, Optional cancellationToken As CancellationToken = Nothing) As Task
Parametri
- eventData
- DbContextEventData
Informazioni contestuali sull'errore.
- cancellationToken
- CancellationToken
Oggetto CancellationToken da osservare durante l'attesa del completamento dell'attività.
Restituisce
Task che rappresenta l'operazione asincrona.
Eccezioni
Se CancellationToken viene annullato.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.