C# Class Raven.Client.Connection.Profiling.ProfilingContext

Manages all profiling activities for a given item
Mostra file Open project: nhsevidence/ravendb

Public Methods

Method Description
RecordAction ( object sender, Raven.Client.Connection.Profiling.RequestResultArgs requestResultArgs ) : void

Register the action as associated with

TryGet ( System.Guid id ) : ProfilingInformation

Try to get a session matching the specified id.

Method Details

RecordAction() public method

Register the action as associated with
public RecordAction ( object sender, Raven.Client.Connection.Profiling.RequestResultArgs requestResultArgs ) : void
sender object
requestResultArgs Raven.Client.Connection.Profiling.RequestResultArgs
return void

TryGet() public method

Try to get a session matching the specified id.
public TryGet ( System.Guid id ) : ProfilingInformation
id System.Guid
return ProfilingInformation