BoC.Persistence.SitecoreGlass.Profiling.SitecorePerformanceProfiler.EndSession C# (CSharp) 메소드

EndSession() 공개 메소드

public EndSession ( string key ) : void
key string
리턴 void
        public void EndSession(string key)
        {
            Sitecore.Diagnostics.Profiler.EndOperation(key);
        }
SitecorePerformanceProfiler