Batman.Core.Profiling.MiniProfiler.Profile.Stop C# (CSharp) 메소드

Stop() 공개 메소드

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