Udostępnij za pośrednictwem


IRelationalCommandDiagnosticsLogger.CommandReaderExecutedAsync Metoda

Definicja

CommandExecuted Rejestruje zdarzenie.

public System.Threading.Tasks.ValueTask<System.Data.Common.DbDataReader> CommandReaderExecutedAsync (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext? context, Guid commandId, Guid connectionId, System.Data.Common.DbDataReader methodResult, DateTimeOffset startTime, TimeSpan duration, Microsoft.EntityFrameworkCore.Diagnostics.CommandSource commandSource, System.Threading.CancellationToken cancellationToken = default);
abstract member CommandReaderExecutedAsync : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.DbContext * Guid * Guid * System.Data.Common.DbDataReader * DateTimeOffset * TimeSpan * Microsoft.EntityFrameworkCore.Diagnostics.CommandSource * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.Data.Common.DbDataReader>
Public Function CommandReaderExecutedAsync (connection As IRelationalConnection, command As DbCommand, context As DbContext, commandId As Guid, connectionId As Guid, methodResult As DbDataReader, startTime As DateTimeOffset, duration As TimeSpan, commandSource As CommandSource, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of DbDataReader)

Parametry

connection
IRelationalConnection

Połączenie.

command
DbCommand

Obiekt polecenia bazy danych.

context
DbContext

Aktualnie DbContext używane do wartości null, jeśli nie są znane.

commandId
Guid

Identyfikator korelacji skojarzony z danym DbCommandelementem .

connectionId
Guid

Identyfikator korelacji skojarzony z używanym DbConnection .

methodResult
DbDataReader

Wartość zwracana z wykonania metody bazowej.

startTime
DateTimeOffset

Czas rozpoczęcia wykonywania.

duration
TimeSpan

Czas trwania wykonywania polecenia, który nie obejmuje wyników zużywania.

commandSource
CommandSource

Źródło polecenia.

cancellationToken
CancellationToken

Element CancellationToken do obserwowania podczas oczekiwania na ukończenie zadania.

Zwraca

Wynik wykonania, który mógł zostać zmodyfikowany przez przechwytywanie.

Wyjątki

Jeśli element CancellationToken zostanie anulowany.

Dotyczy