C# Class BoC.Persistence.SitecoreGlass.Profiling.SitecorePerformanceProfiler

Inheritance: IPerformanceProfiler
Show file Open project: csteeg/BoC

Public Methods

Method Description
BeginSession ( string key ) : void
EndSession ( string key ) : void

Method Details

BeginSession() public method

public BeginSession ( string key ) : void
key string
return void

EndSession() public method

public EndSession ( string key ) : void
key string
return void