C# 클래스 Raven.Client.Connection.Profiling.ProfilingContext

Manages all profiling activities for a given item
파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
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.

메소드 상세

RecordAction() 공개 메소드

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
리턴 void

TryGet() 공개 메소드

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