BoC.Persistence.SitecoreGlass.Profiling.SitecorePerformanceProfiler.EndSession C# (CSharp) Méthode

EndSession() public méthode

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