StackExchange.Profiling.SqlTiming.ReaderFetchComplete C# (CSharp) Method

ReaderFetchComplete() public method

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