BoC.Persistence.SitecoreGlass.Profiling.SitecorePerformanceProfiler.EndSession C# (CSharp) Method

EndSession() public method

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