StackExchange.Profiling.SqlTiming.ReaderFetchComplete C# (CSharp) Méthode

ReaderFetchComplete() public méthode

Called when database reader is closed, ending profiling for StackExchange.Profiling.Data.ExecuteType.Reader SqlTimings.
public ReaderFetchComplete ( ) : void
Résultat void
        public void ReaderFetchComplete()
        {
            DurationMilliseconds = GetDurationMilliseconds();
        }