Batman.Core.Profiling.MiniProfiler.Profile.Stop C# (CSharp) Method

Stop() public method

public Stop ( bool DiscardResults ) : Interfaces.IProfiler
DiscardResults bool
return Interfaces.IProfiler
        public override Interfaces.IProfiler Stop(bool DiscardResults)
        {
            StackExchange.Profiling.MiniProfiler.Stop(DiscardResults);
            return this;
        }