Sdílet prostřednictvím


DatabaseLogFormatter.GetStopwatch(DbCommandInterceptionContext) Metoda

Definice

Stopky používané k časování provádění. Tyto stopky se spouští na konci NonQueryExecuting(DbCommand, DbCommandInterceptionContext<Int32>)metod , ScalarExecuting(DbCommand, DbCommandInterceptionContext<Object>)a ReaderExecuting(DbCommand, DbCommandInterceptionContext<DbDataReader>) a zastaví se na začátku NonQueryExecuted(DbCommand, DbCommandInterceptionContext<Int32>)metod , ScalarExecuted(DbCommand, DbCommandInterceptionContext<Object>)a ReaderExecuted(DbCommand, DbCommandInterceptionContext<DbDataReader>) . Pokud jsou tyto metody přepsány a používají se stopky, měly by přepsání buď volat základní metodu, nebo spustit/zastavit samotné stopky.

protected internal System.Diagnostics.Stopwatch GetStopwatch (System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext interceptionContext);
member this.GetStopwatch : System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> System.Diagnostics.Stopwatch
Protected Friend Function GetStopwatch (interceptionContext As DbCommandInterceptionContext) As Stopwatch

Parametry

interceptionContext
DbCommandInterceptionContext

Kontext zachycení, pro který budou získány stopky.

Návraty

Stopky.

Platí pro