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

BeginSession() public méthode

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